|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
net.percederberg.grammatica.parser |
Uses of Token in net.percederberg.grammatica.parser |
Methods in net.percederberg.grammatica.parser that return Token | |
protected Token |
Parser.nextToken()
Reads and consumes the next token in the queue. |
protected Token |
Parser.nextToken(int id)
Reads and consumes the next token in the queue. |
protected Token |
Parser.peekToken(int steps)
Returns a token from the queue. |
Token |
Tokenizer.next()
Finds the next token on the stream. |
Methods in net.percederberg.grammatica.parser with parameters of type Token | |
boolean |
ProductionPatternElement.isMatch(Token token)
Checks if a specific token matches this element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |