Package org.nineml.coffeegrinder.trees
Class ParseTree
- java.lang.Object
-
- org.nineml.coffeegrinder.trees.ParseTree
-
public class ParseTree extends java.lang.ObjectA parse tree used when finding trees in the forest.This tree is exposed to the
Axeduring tree construction so that it's possible to determine what parts of the tree have already been constructed.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ParseTree>getChildren()java.lang.StringtoString()
-