- Direct Known Subclasses:
ArrayNode
, FSNode
public abstract class FSTreeNode
extends Object
TODO: add type comment for FSTreeNode
.
-
Field Summary 
Fields
-
Constructor Summary 
Constructors
Instantiates a new FS tree node.
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
children 
The children.
-
Constructor Details 
-
FSTreeNode 
public FSTreeNode()
Instantiates a new FS tree node.
-
Method Details 
-
initChildren 
protected abstract void initChildren()
Inits the children.