Interface EvaluationResultTree.Visitor
-
- Enclosing class:
- EvaluationResultTree
public static interface EvaluationResultTree.Visitor
A visitor interface used to visit nodes in an evaluation result tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(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
-
-