interface INode
INode
parent
abstract void
addChild(INode node)
abstract java.util.Iterator<INode>
getChildren()
abstract java.lang.String
getName()
abstract INode
getParent()
setParent(INode parent)
Groovy Documentation