Uses of Class
org.antlr.runtime.RecognizerSharedState
-
Packages that use RecognizerSharedState Package Description org.antlr.grammar.v3 org.antlr.gunit org.antlr.gunit.swingui.parsers org.antlr.runtime org.antlr.runtime.debug org.antlr.runtime.tree -
-
Uses of RecognizerSharedState in org.antlr.grammar.v3
Constructors in org.antlr.grammar.v3 with parameters of type RecognizerSharedState Constructor Description ActionAnalysis(CharStream input, RecognizerSharedState state)
ActionTranslator(CharStream input, RecognizerSharedState state)
ANTLRLexer(CharStream input, RecognizerSharedState state)
ANTLRParser(TokenStream input, RecognizerSharedState state)
ANTLRTreePrinter(TreeNodeStream input, RecognizerSharedState state)
ANTLRv3Lexer(CharStream input, RecognizerSharedState state)
ANTLRv3Parser(TokenStream input, RecognizerSharedState state)
ANTLRv3Tree(TreeNodeStream input, RecognizerSharedState state)
AssignTokenTypesWalker(TreeNodeStream input, RecognizerSharedState state)
CodeGenTreeWalker(TreeNodeStream input, RecognizerSharedState state)
DefineGrammarItemsWalker(TreeNodeStream input, RecognizerSharedState state)
LeftRecursiveRuleWalker(TreeNodeStream input, RecognizerSharedState state)
TreeToNFAConverter(TreeNodeStream input, RecognizerSharedState state)
-
Uses of RecognizerSharedState in org.antlr.gunit
Constructors in org.antlr.gunit with parameters of type RecognizerSharedState Constructor Description gUnitLexer(CharStream input, RecognizerSharedState state)
gUnitParser(TokenStream input, RecognizerSharedState state)
-
Uses of RecognizerSharedState in org.antlr.gunit.swingui.parsers
Constructors in org.antlr.gunit.swingui.parsers with parameters of type RecognizerSharedState Constructor Description ANTLRv3Lexer(CharStream input, RecognizerSharedState state)
ANTLRv3Parser(TokenStream input, RecognizerSharedState state)
StGUnitLexer(CharStream input, RecognizerSharedState state)
StGUnitParser(TokenStream input, RecognizerSharedState state)
-
Uses of RecognizerSharedState in org.antlr.runtime
Fields in org.antlr.runtime declared as RecognizerSharedState Modifier and Type Field Description protected RecognizerSharedState
BaseRecognizer. state
State 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 RecognizerSharedState Constructor Description BaseRecognizer(RecognizerSharedState state)
Lexer(CharStream input, RecognizerSharedState state)
Parser(TokenStream input, RecognizerSharedState state)
RecognizerSharedState(RecognizerSharedState state)
-
Uses of RecognizerSharedState in org.antlr.runtime.debug
Constructors in org.antlr.runtime.debug with parameters of type RecognizerSharedState Constructor Description DebugParser(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 RecognizerSharedState Constructor Description TreeFilter(TreeNodeStream input, RecognizerSharedState state)
TreeParser(TreeNodeStream input, RecognizerSharedState state)
TreeRewriter(TreeNodeStream input, RecognizerSharedState state)
-