Uses of Class
antlr.TokenBuffer
-
Packages that use TokenBuffer Package Description antlr antlr.debug antlr.preprocessor -
-
Uses of TokenBuffer in antlr
Fields in antlr declared as TokenBuffer Modifier and Type Field Description protected TokenBuffer
ParserSharedInputState. input
Where to get token objectsMethods in antlr that return TokenBuffer Modifier and Type Method Description TokenBuffer
ParserSharedInputState. getInput()
Methods in antlr with parameters of type TokenBuffer Modifier and Type Method Description protected void
Parser. defaultDebuggingSetup(TokenStream lexer, TokenBuffer tokBuf)
void
Parser. setTokenBuffer(TokenBuffer t)
Set or change the input token bufferConstructors in antlr with parameters of type TokenBuffer Constructor Description ANTLRParser(TokenBuffer tokenBuf)
ANTLRParser(TokenBuffer tokenBuf, int k)
ANTLRParser(TokenBuffer tokenBuf, ANTLRGrammarParseBehavior behavior_, Tool tool_)
ANTLRTokdefParser(TokenBuffer tokenBuf)
ANTLRTokdefParser(TokenBuffer tokenBuf, int k)
LLkParser(TokenBuffer tokenBuf, int k_)
-
Uses of TokenBuffer in antlr.debug
Methods in antlr.debug with parameters of type TokenBuffer Modifier and Type Method Description void
LLkDebuggingParser. setupDebugging(TokenBuffer tokenBuf)
protected void
LLkDebuggingParser. setupDebugging(TokenStream lexer, TokenBuffer tokenBuf)
User can override to do their own debuggingConstructors in antlr.debug with parameters of type TokenBuffer Constructor Description LLkDebuggingParser(TokenBuffer tokenBuf, int k_)
ParseTreeDebugParser(TokenBuffer tokenBuf, int k_)
-
Uses of TokenBuffer in antlr.preprocessor
Constructors in antlr.preprocessor with parameters of type TokenBuffer Constructor Description Preprocessor(TokenBuffer tokenBuf)
Preprocessor(TokenBuffer tokenBuf, int k)
-