Uses of Class
antlr.ParserSharedInputState
-
Packages that use ParserSharedInputState Package Description antlr antlr.debug antlr.preprocessor -
-
Uses of ParserSharedInputState in antlr
Fields in antlr declared as ParserSharedInputState Modifier and Type Field Description protected ParserSharedInputState
Parser. inputState
Methods in antlr that return ParserSharedInputState Modifier and Type Method Description ParserSharedInputState
Parser. getInputState()
Methods in antlr with parameters of type ParserSharedInputState Modifier and Type Method Description void
Parser. setInputState(ParserSharedInputState state)
Constructors in antlr with parameters of type ParserSharedInputState Constructor Description ANTLRParser(ParserSharedInputState state)
ANTLRTokdefParser(ParserSharedInputState state)
LLkParser(ParserSharedInputState state, int k_)
Parser(ParserSharedInputState state)
-
Uses of ParserSharedInputState in antlr.debug
Constructors in antlr.debug with parameters of type ParserSharedInputState Constructor Description LLkDebuggingParser(ParserSharedInputState state, int k_)
ParseTreeDebugParser(ParserSharedInputState state, int k_)
-
Uses of ParserSharedInputState in antlr.preprocessor
Constructors in antlr.preprocessor with parameters of type ParserSharedInputState Constructor Description Preprocessor(ParserSharedInputState state)
-