Interface EvaluationResultTree.Visitor

  • Enclosing class:
    EvaluationResultTree

    public static interface EvaluationResultTree.Visitor
    A visitor interface used to visit nodes in an evaluation result tree
    • Method Detail

      • visit

        void visit​(EvaluationResultTree.Node node)
        Visit the given evaluation result tree node.
        Parameters:
        node - the node