Leaf Class

Leaf objects are instantiated from other tree classes as follows:

  • From a tree object with the FindLeaf method.

  • From a node object with the FirstChildLeaf property.

  • From another leaf object with the NextSib and PrevSib properties.

See FindLeaf method: Tree class, FirstChildLeaf property: Node class, NextSib property: Leaf class, PrevSib property: Leaf class.