Uses of Class
org.antlr.v4.runtime.InterpreterRuleContext
-
Packages that use InterpreterRuleContext Package Description org.antlr.v4.runtime -
-
Uses of InterpreterRuleContext in org.antlr.v4.runtime
Fields in org.antlr.v4.runtime declared as InterpreterRuleContext Modifier and Type Field Description protected InterpreterRuleContextParserInterpreter. overrideDecisionRootWhat is the current context when we override a decisions? This tells us what the root of the parse tree is when using override for an ambiguity/lookahead check.protected InterpreterRuleContextParserInterpreter. rootContextMethods in org.antlr.v4.runtime that return InterpreterRuleContext Modifier and Type Method Description protected InterpreterRuleContextParserInterpreter. createInterpreterRuleContext(ParserRuleContext parent, int invokingStateNumber, int ruleIndex)Provide simple "factory" for InterpreterRuleContext's.InterpreterRuleContextParserInterpreter. getOverrideDecisionRoot()InterpreterRuleContextParserInterpreter. getRootContext()Return the root of the parse, which can be useful if the parser bails out.
-