Package jline.lang
Class NodeAttribute
java.lang.Object
jline.lang.NodeAttribute
- All Implemented Interfaces:
Serializable
Auxiliary class for information stored within a Node object
- See Also:
-
Constructor Summary
-
Method Summary
-
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)
-