Interface TreeUtil.Visitor
-
- Enclosing class:
- TreeUtil
public static interface TreeUtil.Visitorinterface handling visiting each tree path node may throwTreeUtil.VisitFinishedExceptionor otherTreeUtil.VisitingExceptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(Stack path)
-
-
-
Method Detail
-
visit
void visit(Stack path)
-
-