Class | Description |
---|---|
Analyzer |
A parse tree analyzer.
|
Node |
An abstract parse tree node.
|
Parser |
A base parser class.
|
Production |
A production node.
|
ProductionPattern |
A production pattern.
|
ProductionPatternAlternative |
A production pattern alternative.
|
ProductionPatternElement |
A production pattern element.
|
ReaderBuffer |
A character buffer that automatically reads from an input source
stream when needed.
|
RecursiveDescentParser |
A recursive descent parser.
|
Token |
A token node.
|
Tokenizer |
A character stream tokenizer.
|
TokenPattern |
A token pattern.
|
Exception | Description |
---|---|
ParseException |
A parse exception.
|
ParserCreationException |
A parser creation exception.
|
ParserLogException |
A parser log exception.
|