| Interface | Description |
|---|---|
| Node | |
| SIDLParserConstants | |
| SIDLParserTreeConstants | |
| SIDLParserVisitor |
| Class | Description |
|---|---|
| Expr2ASTVisitor | |
| ParseTree2ASTVisitor |
This class turns the JJTree/JavaCC generated parse tree into a bona fide AST.
|
| ParseTreeNode | |
| SIDLDumpVisitor | |
| SIDLParser | |
| SIDLParserTokenManager | |
| SIDLTouchUpVisitor |
This class does some final touch up on the parse tree after generation.
|
| 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 |
|---|---|
| TokenMgrError |