ParserInterpreter.overrideDecisionRoot

@uml What is the current context when we override a decisions? This tellsus what the root of the parse tree is when using override for an ambiguity/lookahead check.

class ParserInterpreter
protected
InterpreterRuleContext overrideDecisionRoot;

Meta