public interface NodeVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ParentNode node) |
void |
end(ParentNode node) |
void |
visit(Leaf node) |
void begin(ParentNode node)
void end(ParentNode node)
void visit(Leaf node)
Copyright © 2014 Calrissian. All rights reserved.