| java.lang.Object org.antlr.analysis.Transition org.antlr.analysis.RuleClosureTransition
RuleClosureTransition | public class RuleClosureTransition extends Transition (Code) | | A transition used to reference another rule. It tracks two targets
really: the actual transition target and the state following the
state that refers to the other rule. Conversion of an NFA that
falls off the end of a rule will be able to figure out who invoked
that rule because of these special transitions.
|
followState | protected NFAState followState(Code) | | What node to begin computations following ref to rule
|
ruleIndex | protected int ruleIndex(Code) | | Index of rule targeted by this transition
|
RuleClosureTransition | public RuleClosureTransition(int ruleIndex, NFAState ruleStart, NFAState followState)(Code) | | |
getRuleIndex | public int getRuleIndex()(Code) | | |
|
|