Class PhysicalPlanWalker
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.physical.PhysicalPlanWalker
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidwalk(PhysicalPlan plan, PhysicalPlanVisitor beforeVisitor, PhysicalPlanVisitor afterVisitor)  
- 
Constructor Details
- 
PhysicalPlanWalker
public PhysicalPlanWalker() 
 - 
 - 
Method Details
- 
walk
public static void walk(PhysicalPlan plan, PhysicalPlanVisitor beforeVisitor, PhysicalPlanVisitor afterVisitor)  
 -