Class TokenStreamToAutomaton.Position

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int arriving  
      (package private) int leaving  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Position()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • arriving

        int arriving
      • leaving

        int leaving
    • Constructor Detail

      • Position

        private Position()