ParserInterpreter.overrideDecision

@uml We need a map from (decision,inputIndex)->forced alt for computing ambiguous parse trees. For now, we allow exactly one override.

class ParserInterpreter
protected
int overrideDecision;

Meta