Package jline.lang

Class NodeAttribute

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class NodeAttribute
     implements Serializable
                        

    Auxiliary class for information stored within a Node object

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public int idx
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeAttribute()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getIdx()
      void setIdx(int idx)
      boolean getIsHost()
      void setIsHost(boolean ishost)
      • Methods inherited from class java.lang.Object

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

      • NodeAttribute

        NodeAttribute()