| 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.
Use
RuleTransition(RuleStartState, int, int, ATNState) instead. |
RuleTransition(RuleStartState ruleStart,
int ruleIndex,
int precedence,
ATNState followState) |
Copyright © 1992–2024 Daniel Sun. All rights reserved.