|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DependencyNodeVisitor
Defines a hierarchical visitor for processing dependency node trees.
| Method Summary | |
|---|---|
boolean |
endVisit(DependencyNode node)
Ends the visit to to the specified dependency node. |
boolean |
visit(DependencyNode node)
Starts the visit to the specified dependency node. |
| Method Detail |
|---|
boolean visit(DependencyNode node)
node - the dependency node to visit
true to visit the specified dependency node's children, false to skip the
specified dependency node's children and proceed to its next siblingboolean endVisit(DependencyNode node)
node - the dependency node to visit
true to visit the specified dependency node's next sibling, false to skip
the specified dependency node's next siblings and proceed to its parent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||