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

Packages that use TokenBuffer
at.dms.compiler.tools.antlr.compiler   
at.dms.compiler.tools.antlr.runtime   
at.dms.compiler.tools.lexgen   
at.dms.compiler.tools.msggen   
at.dms.compiler.tools.optgen   
 

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

Constructors in at.dms.compiler.tools.antlr.compiler with parameters of type TokenBuffer
ANTLRParser(TokenBuffer tokenBuf)
           
ANTLRParser(TokenBuffer tokenBuf, ANTLRGrammarParseBehavior behavior_, Main tool_)
           
ANTLRParser(TokenBuffer tokenBuf, int k)
           
ANTLRTokdefParser(TokenBuffer tokenBuf)
           
ANTLRTokdefParser(TokenBuffer tokenBuf, int k)
           
Preprocessor(TokenBuffer tokenBuf)
           
Preprocessor(TokenBuffer tokenBuf, int k)
           
 

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

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

Methods in at.dms.compiler.tools.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.tools.antlr.runtime with parameters of type TokenBuffer
LLkParser(TokenBuffer tokenBuf, int k_)
           
 

Uses of TokenBuffer in at.dms.compiler.tools.lexgen
 

Constructors in at.dms.compiler.tools.lexgen with parameters of type TokenBuffer
LexgenParser(TokenBuffer tokenBuf)
           
LexgenParser(TokenBuffer tokenBuf, int k)
           
 

Uses of TokenBuffer in at.dms.compiler.tools.msggen
 

Constructors in at.dms.compiler.tools.msggen with parameters of type TokenBuffer
MsggenParser(TokenBuffer tokenBuf)
           
MsggenParser(TokenBuffer tokenBuf, int k)
           
 

Uses of TokenBuffer in at.dms.compiler.tools.optgen
 

Constructors in at.dms.compiler.tools.optgen with parameters of type TokenBuffer
OptgenParser(TokenBuffer tokenBuf)
           
OptgenParser(TokenBuffer tokenBuf, int k)