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 TokenBufferParserSharedInputState. inputWhere to get token objectsMethods in antlr that return TokenBuffer Modifier and Type Method Description TokenBufferParserSharedInputState. getInput()Methods in antlr with parameters of type TokenBuffer Modifier and Type Method Description protected voidParser. defaultDebuggingSetup(TokenStream lexer, TokenBuffer tokBuf)voidParser. 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 voidLLkDebuggingParser. setupDebugging(TokenBuffer tokenBuf)protected voidLLkDebuggingParser. 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)
-