Interface TreeUtil.Visitor

Enclosing class:
TreeUtil

public static interface TreeUtil.Visitor
interface handling visiting each tree path node may throw TreeUtil.VisitFinishedException or other TreeUtil.VisitingExceptions
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(Stack path)
     
  • Method Details

    • visit

      void visit(Stack path)