AtomTransition constructor

AtomTransition(
  1. ATNState target,
  2. int atomLabel
)

Implementation

AtomTransition(ATNState target, this.atomLabel) : super(target);