Uses of Class
org.antlr.v4.runtime.atn.RuleStartState
Packages that use RuleStartState
-
Uses of RuleStartState in org.antlr.v4.analysis
Fields in org.antlr.v4.analysis with type parameters of type RuleStartStateModifier and TypeFieldDescription(package private) Set
<RuleStartState> LeftRecursionDetector.rulesVisitedPerRuleCheck
Which rule start states have we visited while looking for a single left-recursion check? -
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.