Package org.javacc.parser
Interface TreeWalkerOp
public interface TreeWalkerOp
Objects of this type are passed to the tree walker
routines in ExpansionTreeWalker.
-
Method Summary
-
Method Details
-
goDeeper
When called at a particular node, this specifies to the tree walker if it should visit more nodes under this node. -
action
When a node is visited, this method is invoked with the node as parameter.
-