Interface EvaluationResultTree.Visitor
-
- Enclosing class:
- EvaluationResultTree
public static interface EvaluationResultTree.VisitorA visitor interface used to visit nodes in an evaluation result tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(EvaluationResultTree.Node node)Visit the given evaluation result tree node.
-
-
-
Method Detail
-
visit
void visit(EvaluationResultTree.Node node)
Visit the given evaluation result tree node.- Parameters:
node- the node
-
-