Uses of Class
net.percederberg.grammatica.parser.Token

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.