public class StaticDynamicPathIdentifier extends Object implements Visitor<OptimizerNode>
Constructor and Description |
---|
StaticDynamicPathIdentifier(int costWeight) |
Modifier and Type | Method and Description |
---|---|
void |
postVisit(OptimizerNode visitable)
Method that is invoked after all child nodes or descendant nodes were visited.
|
boolean |
preVisit(OptimizerNode visitable)
Method that is invoked on the visit before visiting and child nodes or descendant nodes.
|
public boolean preVisit(OptimizerNode visitable)
Visitor
preVisit
in interface Visitor<OptimizerNode>
public void postVisit(OptimizerNode visitable)
Visitor
postVisit
in interface Visitor<OptimizerNode>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.