| Interface | Description |
|---|---|
| Parser |
Really basic interface that can be implemented by both the ELParser and the Query parser.
|
| Class | Description |
|---|---|
| ELParser |
CUP v0.10k generated parser.
|
| ELParserHarness |
Implements parser interface, since as far as I can tell there's no way to do that in the CUP parser file.
|
| ParserTester | |
| StringParser |
This parser handles a literal string which contains references.
|
| StringParser.StringOrPath | |
| TokenCodes |
CUP generated class containing symbol constants.
|