|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HierarchicalTreeVisitor
A hierarchical visitor interface used for tree structures traversal.
Method Summary | |
---|---|
HierarchicalTreeVisitor |
childVisitor(ProjectPath path,
Class childType)
Returns an instance of the child visitor for a given project path and a type of child. |
void |
onFinishNode(ProjectPath path)
Invoked at the end of the annotation tree traversal, which is done in a depth-first manner. |
boolean |
onStartNode(ProjectPath path)
Invoked in the beginning of the element subtree traversal. |
Method Detail |
---|
boolean onStartNode(ProjectPath path)
void onFinishNode(ProjectPath path)
HierarchicalTreeVisitor childVisitor(ProjectPath path, Class childType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |