| Package | Description |
|---|---|
| org.antlr.v4.runtime.atn |
| 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.
|
RuleTransition(RuleStartState ruleStart,
int ruleIndex,
int precedence,
ATNState followState) |
Copyright © 1992–2021 ANTLR. All rights reserved.