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