类 RuleClosureTransition
- java.lang.Object
-
- org.antlr.analysis.Transition
-
- org.antlr.analysis.RuleClosureTransition
-
- 所有已实现的接口:
java.lang.Comparable<Transition>
public class RuleClosureTransition extends Transition
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.
-
-
字段概要
字段 修饰符和类型 字段 说明 NFAState
followState
What node to begin computations following ref to ruleRule
rule
Ptr to the rule definition object for this rule ref-
从类继承的字段 org.antlr.analysis.Transition
label, target
-
-
构造器概要
构造器 构造器 说明 RuleClosureTransition(Rule rule, NFAState ruleStart, NFAState followState)
-
方法概要
-
从类继承的方法 org.antlr.analysis.Transition
compareTo, equals, hashCode, isAction, isEpsilon, isSemanticPredicate, toString
-
-