Package org.javacc.parser
Interface TreeWalkerOp
-
- All Known Implementing Classes:
Semanticize.EmptyChecker,Semanticize.FixRJustNames,Semanticize.LookaheadChecker,Semanticize.LookaheadFixer,Semanticize.ProductionDefinedChecker
interface TreeWalkerOpObjects of this type are passed to the tree walker routines in ExpansionTreeWalker.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaction(Expansion e)When a node is visited, this method is invoked with the node as parameter.booleangoDeeper(Expansion e)When called at a particular node, this specifies to the tree walker if it should visit more nodes under this node.
-