|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependencyVisitor
A visitor for nodes of the dependency graph.
DependencyNode.accept(DependencyVisitor)
Method Summary | |
---|---|
boolean |
visitEnter(DependencyNode node)
Notifies the visitor of a node visit before its children have been processed. |
boolean |
visitLeave(DependencyNode node)
Notifies the visitor of a node visit after its children have been processed. |
Method Detail |
---|
boolean visitEnter(DependencyNode node)
node
- The dependency node being visited, must not be null
.
true
to visit child nodes of the specified node as well, false
to skip children.boolean visitLeave(DependencyNode node)
node
- The dependency node being visited, must not be null
.
true
to visit siblings nodes of the specified node as well, false
to skip siblings.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |