prefuse.data.expression.parser |
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.
|
Java Source File Name | Type | Comment |
ExpressionParser.java | Class | Parser for statements written in the prefuse expression language. |
ExpressionParserConstants.java | Interface | |
ExpressionParserTokenManager.java | Class | |
JavaCharStream.java | Class | An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing). |
ParseException.java | Class | This exception is thrown when parse errors are encountered. |
Token.java | Class | Describes the input token stream. |
TokenMgrError.java | Class | |