Package prefuse.data.expression.parser

Parser/compiler for the prefuse expression language.

See:
          Description

Interface Summary
ExpressionParserConstants  
 

Class Summary
ExpressionParser Parser for statements written in the prefuse expression language.
ExpressionParserTokenManager  
JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package prefuse.data.expression.parser Description

Parser/compiler for the prefuse expression language. The parser is implemented using the JavaCC package.

The file "ExpressionParser.jj" in the source distrubtion contains the JavaCC source. This file is meta-compiled by JavaCC into the classes contained within this package.



Copyright © 2007 Regents of the University of California