Uses of Interface
org.eclipse.cdt.managedbuilder.buildmodel.IStepVisitor

Packages that use IStepVisitor
org.eclipse.cdt.managedbuilder.buildmodel   
 

Uses of IStepVisitor in org.eclipse.cdt.managedbuilder.buildmodel
 

Methods in org.eclipse.cdt.managedbuilder.buildmodel with parameters of type IStepVisitor
static void BuildDescriptionManager.accept(IStepVisitor visitor, IBuildDescription des, boolean up)
          runs though all steps in build description in the dependency order and notifies the visitor callback the order in which steps are enumerated depends on the "up" argument