public class ATBCorrectorVisitor extends java.lang.Object implements TreeVisitor
| Constructor and Description |
|---|
ATBCorrectorVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitTree(Tree t)
Does whatever one needs to do to a particular parse tree.
|
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.