Uses of Class
at.dms.compiler.antlr.runtime.TokenBuffer

Packages that use TokenBuffer
at.dms.compiler.antlr.runtime   
 

Uses of TokenBuffer in at.dms.compiler.antlr.runtime
 

Fields in at.dms.compiler.antlr.runtime declared as TokenBuffer
protected  TokenBuffer ParserSharedInputState.input
          Where to get token objects
 

Methods in at.dms.compiler.antlr.runtime with parameters of type TokenBuffer
protected  void Parser.defaultDebuggingSetup(TokenStream lexer, TokenBuffer tokBuf)
           
 void Parser.setTokenBuffer(TokenBuffer t)
          Set or change the input token buffer
 

Constructors in at.dms.compiler.antlr.runtime with parameters of type TokenBuffer
LLkParser(TokenBuffer tokenBuf, int k_)