Package | Description |
---|---|
net.percederberg.grammatica.parser |
Modifier and Type | Method and Description |
---|---|
Analyzer |
Parser.getAnalyzer()
Returns the analyzer in use by this parser.
|
protected Analyzer |
Parser.newAnalyzer()
Creates a new analyzer for this parser.
|
Modifier and Type | Method and Description |
---|---|
void |
Parser.reset(java.io.Reader input,
Analyzer analyzer)
Resets this parser for usage with another input stream.
|
Constructor and Description |
---|
RecursiveDescentParser(java.io.Reader input,
Analyzer analyzer)
Creates a new parser.
|
RecursiveDescentParser(Tokenizer tokenizer,
Analyzer analyzer)
Creates a new parser.
|