toPrettyTree

fun toPrettyTree(t: Tree, ruleNames: List<String>): String(source)

Pretty print out a whole tree. .getNodeText is used on the node payloads to get the text for the nodes. (Derived from Trees.toStringTree(....))