Gets the children of this node
an array of children or an empty array if this is a leaf node
Determines whether or not the specified node is a child of this node.
the item to look for
true if the item is a child of this node, false otherwise
Get the parent node of this node
the parent of this node or undefined if this is the root node
Generated using TypeDoc
Interface implemented by all nodes that make up the parsed tree.