Class AtomTransition

java.lang.Object
org.antlr.v4.runtime.atn.Transition
org.antlr.v4.runtime.atn.AtomTransition

public final class AtomTransition extends Transition
TODO: make all transitions sets? no, should remove set edges
  • Field Details

    • label

      public final int label
      The token type or character value; or, signifies special label.
  • Constructor Details

    • AtomTransition

      public AtomTransition(ATNState target, int label)
  • Method Details