|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 | |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||