Package | Description |
---|---|
org.antlr.v4.runtime.atn |
Modifier and Type | Field | Description |
---|---|---|
RuleStartState[] |
ATN.ruleToStartState |
Maps from rule index to starting state number.
|
Constructor | Description |
---|---|
RuleTransition(RuleStartState ruleStart,
int ruleIndex,
int precedence,
ATNState followState) |
|
RuleTransition(RuleStartState ruleStart,
int ruleIndex,
ATNState followState) |
Deprecated.
Use
RuleTransition(RuleStartState, int, int, ATNState) instead. |
Copyright © 1992–2019 ANTLR. All rights reserved.