Class ATNFactory.Handle

  • Enclosing interface:
    ATNFactory


    public static class ATNFactory.Handle
    extends Object
    A pair of states pointing to the left/right (start and end) states of a state submachine. Used to build ATNs.
    • Field Detail

      • left

        public ATNState left
      • right

        public ATNState right
    • Constructor Detail

      • Handle

        public Handle(ATNState left,
                      ATNState right)
    • Method Detail

      • toString

        public String toString()