Tree.toStringTree

Print out a whole tree, not just a node, in LISP format {@code (root child1 .. childN)}. Print just a node if this is a leaf.

interface Tree
string
toStringTree
()

Meta