Trees.toStringTree

@uml Print out a whole tree in LISP form. {@link #getNodeText} is used on the node payloads to get the text for the nodes. Detect parse trees and extract data appropriately.

  1. string toStringTree(Tree t)
  2. string toStringTree(Tree t, InterfaceRecognizer recog)
    class Trees
    static
    string
    toStringTree
  3. string toStringTree(Tree t, string[] ruleNames)

Meta