public interface NodeVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
action(Node node) |
void |
post(Node node) |
void |
pre(Node node) |
void |
setLevel(int level) |
Copyright © 2011–2016 David R. Smith. All rights reserved.