Interface NodeVisitor<T extends Throwable>

    • Method Detail

      • visit

        void visit​(Node node)
            throws T extends Throwable
        Called if the NodeTraversal consumed another Node of the node graph.
        Parameters:
        node - a Node within the node graph
        Throws:
        T - a checked exception that can be thrown
        T extends Throwable