Uses of Class
org.antlr.v4.runtime.atn.RuleStartState
Packages that use RuleStartState
-
Uses of RuleStartState in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as RuleStartStateModifier and TypeFieldDescriptionATN.ruleToStartState
Maps from rule index to starting state number.Constructors in org.antlr.v4.runtime.atn with parameters of type RuleStartStateModifierConstructorDescriptionRuleTransition
(RuleStartState ruleStart, int ruleIndex, int precedence, ATNState followState) RuleTransition
(RuleStartState ruleStart, int ruleIndex, ATNState followState) Deprecated.
RuleTransition(RuleStartState, int, int, ATNState)
instead.