Interface TreeNodePrePostVisitor<T>



  • public interface TreeNodePrePostVisitor<T>
    • Method Summary

      Modifier and Type Method and Description
      void visitIn(TreeNode<? extends T> node, int depth, int index, int numSiblings)
       
      void visitOut(TreeNode<? extends T> node, int depth, int index, int numSiblings)
       
    • Method Detail

      • visitIn

        void visitIn(TreeNode<? extends T> node,
                     int depth,
                     int index,
                     int numSiblings)
      • visitOut

        void visitOut(TreeNode<? extends T> node,
                      int depth,
                      int index,
                      int numSiblings)