Class AutomatonToTokenStream.RemapNode

  • Enclosing class:
    AutomatonToTokenStream

    private static class AutomatonToTokenStream.RemapNode
    extends java.lang.Object
    Node that contains original node id and position in TokenStream
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int id  
      int pos  
    • Constructor Summary

      Constructors 
      Constructor Description
      RemapNode​(int id, int pos)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        public final int id
      • pos

        public final int pos
    • Constructor Detail

      • RemapNode

        public RemapNode​(int id,
                         int pos)