Uses of Class
to.etc.lexer.LexerToken

Packages that use LexerToken
to.etc.lexer   
 

Uses of LexerToken in to.etc.lexer
 

Methods in to.etc.lexer that return LexerToken
 LexerToken LexerToken.dup()
           
 LexerToken TextTokenizerBase.popToken()
           
 

Methods in to.etc.lexer with parameters of type LexerToken
 void LexerToken.assignFrom(LexerToken t)
           
 int TextTokenizerBase.nextToken(LexerToken t)
          Checks if the token queue contains tokens, and if so returns the topmost one.
 void TextTokenizerBase.pushToken(LexerToken t)
          Push the specified token into the token queue.
 void TextTokenizerBase.pushTokenCopy(LexerToken t)