public interface DependencyVisitor
DependencyNode.accept(DependencyVisitor)| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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.Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.