public class MWETreeVisitorExternal extends java.lang.Object implements TreeVisitor
| Constructor and Description |
|---|
MWETreeVisitorExternal() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
For debugging.
|
void |
visitTree(Tree tree)
Perform (possibly destructive) operations on the tree.
|
public void visitTree(Tree tree)
visitTree in interface TreeVisitortree - A tree. Classes implementing this interface can assume
that the tree passed in is not null.public static void main(java.lang.String[] args)
args -