Interface NodeVisitor


  • public interface NodeVisitor
    A callback to travel through the whole node hierarchy.
    • Method Detail

      • call

        boolean call​(Node node)
        A callback to travel through the whole node hierarchy.
        Parameters:
        node - Node being visited
        Returns:
        Return false to stop traveling