Uses of Class
org.antlr.v4.runtime.atn.RuleStartState
-
Packages that use RuleStartState Package Description org.antlr.v4.analysis org.antlr.v4.runtime.atn -
-
Uses of RuleStartState in org.antlr.v4.analysis
Fields in org.antlr.v4.analysis with type parameters of type RuleStartState Modifier and Type Field Description (package private) java.util.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 RuleStartState Modifier and Type Field Description RuleStartState[]
ATN. ruleToStartState
Maps 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.
-