RuleContext.toStringTree

Print out a whole tree, not just a node, in LISP format (root child1 .. childN). Print just a node if this is a leaf. We have to know the recognizer so we can get rule names.

  1. string toStringTree(InterfaceRecognizer recog)
    class RuleContext
    string
    toStringTree
  2. string toStringTree(string[] ruleNames)
  3. string toStringTree()

Meta