See: Description
| Interface | Description |
|---|---|
| CGIFParserConstants |
Token literal values and constants.
|
| Class | Description |
|---|---|
| CGIFParser |
Beginning the CGIF parser.
|
| CGIFParser.JJCalls | |
| CGIFParserTokenManager |
Token Manager.
|
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| Token |
Describes the input token stream.
|
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| CGIFParser.LookaheadSuccess | |
| TokenMgrError |
Token Manager Error.
|
Knowledge about parser generators is probably required here. If you've used the *NIX utilities "lex" and "yacc" then that is probably sufficient, although JavaCC has its own syntax. The grammar file contains both the lexical and syntax rules.