TreeNode
getAt(int index)
Iterator
iterator()
int
size()
Support the subscript operator for TreeNode.
index
Returns an Iterator which traverses the TreeNode one node at a time.
Provide the standard Groovy size() method for TreeNode.