|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LexicalError | |
---|---|
marf.nlp.Parsing | |
marf.nlp.Parsing.GrammarCompiler |
Uses of LexicalError in marf.nlp.Parsing |
---|
Methods in marf.nlp.Parsing that throw LexicalError | |
---|---|
abstract Token |
GenericLexicalAnalyzer.getNextToken()
Core method of the LexicalAnalyzer. |
Token |
LexicalAnalyzer.getNextToken()
Core method of the MARF LexicalAnalyzer. |
boolean |
Parser.parse()
Implements State Transition Algorithm for top-down table-driven predictive parser. |
void |
GenericLexicalAnalyzer.scan()
Scan for tokens through the input stream. |
Uses of LexicalError in marf.nlp.Parsing.GrammarCompiler |
---|
Methods in marf.nlp.Parsing.GrammarCompiler that throw LexicalError | |
---|---|
protected void |
GrammarAnalyzer.createNextToken()
Creates next grammar token from the stream of characters. |
protected void |
ProbabilisticGrammarAnalyzer.createNextToken()
Creates an instance of the next token in the grammar token stream given integer token type. |
Token |
GrammarAnalyzer.getNextToken()
Returns next grammar token. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |