public class GrammarInterpreterRuleContext extends InterpreterRuleContext
InterpreterRuleContext that knows which alternative for a rule was matched.
GrammarParserInterpreter
| Modifier and Type | Field and Description |
|---|---|
protected int |
outerAltNum
|
| Constructor and Description |
|---|
GrammarInterpreterRuleContext(ParserRuleContext parent, int invokingStateNumber, int ruleIndex)
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOuterAltNum()
The predicted outermost alternative for the rule associated with this context object.
|
void |
setOuterAltNum(int outerAltNum)
|