Interface | Description |
---|---|
CharStream |
This interface describes a character stream that maintains line and
column number positions of the characters.
|
RulesParserConstants |
Token literal values and constants.
|
Class | Description |
---|---|
BackupCharStream |
An implementation of interface CharStream.
|
IndexedRule |
Class used to store rule's initial number and to manage rule's statistics
|
RulesMap |
Class storing an ordered list of rules
|
RulesParser | |
RulesParserLog |
Class used for generating parser logs.
|
RulesParserTokenManager |
Token Manager.
|
Token |
Describes the input token stream.
|
Exception | Description |
---|---|
MalformedExampleException |
Class representing exception thrown when an example is malformed
|
ParseException |
This exception is thrown when parse errors are encountered.
|
Error | Description |
---|---|
TokenMgrError |
Token Manager Error.
|