net.sf.antcontrib.cpptasks
public abstract class DependencyTable.DependencyVisitor extends Object
Method Summary | |
---|---|
abstract boolean | preview(DependencyInfo parent, DependencyInfo[] children)
Previews all the children of this source file.
|
abstract void | stackExhausted()
Called if the dependency depth exhausted the stack. |
abstract boolean | visit(DependencyInfo dependInfo)
Visits the dependency info.
|
Returns: true to continue towards recursion into included files
Returns: true to continue towards recursion into included files