Interface TreeVisitorAction
public interface TreeVisitorAction
How to execute code for node t when a visitor visits node t. Execute
pre() before visiting children and execute post() after visiting children.
-
Method Summary
-
Method Details
-
pre
-
post
-