RuleTransition constructor

RuleTransition(
  1. RuleStartState ruleStart,
  2. int ruleIndex,
  3. int precedence,
  4. ATNState followState,
)

Implementation

RuleTransition(
  RuleStartState ruleStart,
  this.ruleIndex,
  this.precedence,
  this.followState,
) : super(ruleStart);