public class ParseTree
extends java.lang.Object
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.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParseTree> |
getChildren() |
java.lang.String |
toString() |