PredicateTransition constructor

PredicateTransition(
  1. dynamic target,
  2. int ruleIndex,
  3. int predIndex,
  4. bool isCtxDependent,
)

Implementation

PredicateTransition(
    target, this.ruleIndex, this.predIndex, this.isCtxDependent)
    : super(target);