Class FSTreeNode

  • Direct Known Subclasses:
    ArrayNode, FSNode

    public abstract class FSTreeNode
    extends java.lang.Object
    TODO: add type comment for FSTreeNode.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<FSTreeNode> children  
    • Constructor Summary

      Constructors 
      Constructor Description
      FSTreeNode()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract void initChildren()  
      • Methods inherited from class java.lang.Object

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

      • children

        protected java.util.List<FSTreeNode> children
    • Constructor Detail

      • FSTreeNode

        public FSTreeNode()
    • Method Detail

      • initChildren

        protected abstract void initChildren()