| Package | Description |
|---|---|
| org.antlr.v4.analysis | |
| org.antlr.v4.runtime.atn |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Set<RuleStartState> |
LeftRecursionDetector.rulesVisitedPerRuleCheck
Which rule start states have we visited while looking for a single
left-recursion check?
|
| Modifier and Type | Field and Description |
|---|---|
RuleStartState[] |
ATN.ruleToStartState
Maps from rule index to starting state number.
|
| Constructor and Description |
|---|
RuleTransition(RuleStartState ruleStart,
int ruleIndex,
ATNState followState)
Deprecated.
Use
RuleTransition(RuleStartState, int, int, ATNState) instead. |
RuleTransition(RuleStartState ruleStart,
int ruleIndex,
int precedence,
ATNState followState) |