public class MWETreeVisitor extends java.lang.Object implements TreeVisitor
| Constructor and Description |
|---|
MWETreeVisitor() |
public void visitTree(Tree t)
TreeVisitorvisitTree in interface TreeVisitort - A tree. Classes implementing this interface can assume
that the tree passed in is not null.