Package net.sf.antcontrib.cpptasks
Class DependencyTable.DependencyVisitor
java.lang.Object
net.sf.antcontrib.cpptasks.DependencyTable.DependencyVisitor
- Direct Known Subclasses:
DependencyTable.TimestampChecker
- Enclosing class:
DependencyTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
preview
(DependencyInfo parent, DependencyInfo[] children) Previews all the children of this source file.abstract void
Called if the dependency depth exhausted the stack.abstract boolean
visit
(DependencyInfo dependInfo) Visits the dependency info.
-
Constructor Details
-
DependencyVisitor
public DependencyVisitor()
-
-
Method Details
-
preview
Previews all the children of this source file. May be called multiple times as DependencyInfo's for children are filled in.- Returns:
- true to continue towards recursion into included files
-
stackExhausted
public abstract void stackExhausted()Called if the dependency depth exhausted the stack. -
visit
Visits the dependency info.- Returns:
- true to continue towards recursion into included files
-