Class ParseTree


  • public class ParseTree
    extends java.lang.Object
    A parse tree used when finding trees in the forest.

    This tree is exposed to the Axe during tree construction so that it's possible to determine what parts of the tree have already been constructed.

    • Method Detail

      • getChildren

        public java.util.List<ParseTree> getChildren()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object