Name |
Description |
ANTLRFileStream |
|
BaseRecognizer |
A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars. This is all the parsing support code essentially; most of it is error recovery stuff and backtracking. |
BitSet |
A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery. |
BufferedTokenStream |
|
CommonToken |
|
EarlyExitException |
|
FailedPredicateException |
* A semantic predicate failed during validation. Validation of predicates * occurs when normally parsing the alternative just like matching a token. * Disambiguating predicate evaluation occurs when we hoist a predicate into * a prediction decision. * |
LegacyCommonTokenStream |
|
Lexer |
* A lexer is recognizer that draws input symbols from a character stream. * lexer grammars result in a subclass of this object. A Lexer object * uses simplified match() and error recovery mechanisms in the interest * of speed. * |
MismatchedRangeException |
|
MismatchedSetException |
|
MismatchedTokenException |
|
MismatchedTreeNodeException |
|
NoViableAltException |
|
RecognitionException |
|
TokenChannels |
|