Uses of Class
org.antlr.runtime.RecognizerSharedState
Packages that use RecognizerSharedState
-
Uses of RecognizerSharedState in org.antlr.runtime
Fields in org.antlr.runtime declared as RecognizerSharedStateModifier and TypeFieldDescriptionprotected RecognizerSharedStateBaseRecognizer.stateState of a lexer, parser, or tree parser are collected into a state object so the state can be shared.Constructors in org.antlr.runtime with parameters of type RecognizerSharedStateModifierConstructorDescriptionLexer(CharStream input, RecognizerSharedState state) Parser(TokenStream input, RecognizerSharedState state) -
Uses of RecognizerSharedState in org.antlr.runtime.debug
Constructors in org.antlr.runtime.debug with parameters of type RecognizerSharedStateModifierConstructorDescriptionDebugParser(TokenStream input, DebugEventListener dbg, RecognizerSharedState state) Create a normal parser except wrap the token stream in a debug proxy that fires consume events.DebugParser(TokenStream input, RecognizerSharedState state) DebugTreeParser(TreeNodeStream input, DebugEventListener dbg, RecognizerSharedState state) Create a normal parser except wrap the token stream in a debug proxy that fires consume events.DebugTreeParser(TreeNodeStream input, RecognizerSharedState state) -
Uses of RecognizerSharedState in org.antlr.runtime.tree
Constructors in org.antlr.runtime.tree with parameters of type RecognizerSharedStateModifierConstructorDescriptionTreeFilter(TreeNodeStream input, RecognizerSharedState state) TreeParser(TreeNodeStream input, RecognizerSharedState state) TreeRewriter(TreeNodeStream input, RecognizerSharedState state)