public class RuleClosureTransition extends Transition
| Modifier and Type | Field and Description |
|---|---|
NFAState |
followState
What node to begin computations following ref to rule
|
Rule |
rule
Ptr to the rule definition object for this rule ref
|
label, target| Constructor and Description |
|---|
RuleClosureTransition(Rule rule,
NFAState ruleStart,
NFAState followState) |
Copyright © 1992–2014 ANTLR. All rights reserved.