RangeTransition constructor

RangeTransition(
  1. ATNState target,
  2. int from,
  3. int to
)

Implementation

RangeTransition(ATNState target, this.from, this.to) : super(target);