Uses of Class
org.antlr.v4.runtime.InterpreterRuleContext
Packages that use InterpreterRuleContext
-
Uses of InterpreterRuleContext in org.antlr.v4.runtime
Fields in org.antlr.v4.runtime declared as InterpreterRuleContextModifier and TypeFieldDescriptionprotected InterpreterRuleContext
ParserInterpreter.overrideDecisionRoot
What 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 InterpreterRuleContext
ParserInterpreter.rootContext
Methods in org.antlr.v4.runtime that return InterpreterRuleContextModifier and TypeMethodDescriptionprotected InterpreterRuleContext
ParserInterpreter.createInterpreterRuleContext
(ParserRuleContext parent, int invokingStateNumber, int ruleIndex) Provide simple "factory" for InterpreterRuleContext's.ParserInterpreter.getOverrideDecisionRoot()
ParserInterpreter.getRootContext()
Return the root of the parse, which can be useful if the parser bails out. -
Uses of InterpreterRuleContext in org.antlr.v4.tool
Subclasses of InterpreterRuleContext in org.antlr.v4.toolModifier and TypeClassDescriptionclass
AnInterpreterRuleContext
that knows which alternative for a rule was matched.Methods in org.antlr.v4.tool that return InterpreterRuleContextModifier and TypeMethodDescriptionprotected InterpreterRuleContext
GrammarParserInterpreter.createInterpreterRuleContext
(ParserRuleContext parent, int invokingStateNumber, int ruleIndex)