Uses of Class
org.antlr.v4.runtime.atn.RuleStartState
-
Packages that use RuleStartState Package Description org.antlr.v4.runtime.atn -
-
Uses of RuleStartState in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as RuleStartState Modifier and Type Field Description RuleStartState[]ATN. ruleToStartStateMaps from rule index to starting state number.Constructors in org.antlr.v4.runtime.atn with parameters of type RuleStartState Constructor Description RuleTransition(RuleStartState ruleStart, int ruleIndex, int precedence, ATNState followState)RuleTransition(RuleStartState ruleStart, int ruleIndex, ATNState followState)Deprecated.UseRuleTransition(RuleStartState, int, int, ATNState)instead.
-