Package jline.lang

Class NodeAttribute

java.lang.Object
jline.lang.NodeAttribute
All Implemented Interfaces:
Serializable

public class NodeAttribute extends Object implements Serializable
Auxiliary class for information stored within a Node object
See Also:
  • Constructor Details

    • NodeAttribute

      public NodeAttribute()
  • Method Details

    • getIdx

      public int getIdx()
    • setIdx

      public void setIdx(int idx)
    • getIsHost

      public boolean getIsHost()
    • setIsHost

      public void setIsHost(boolean ishost)