Uses of Class
org.eclipse.cdt.managedbuilder.internal.buildmodel.BuildIOType

Packages that use BuildIOType
org.eclipse.cdt.managedbuilder.internal.buildmodel   
 

Uses of BuildIOType in org.eclipse.cdt.managedbuilder.internal.buildmodel
 

Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel that return BuildIOType
 BuildIOType BuildStep.createIOType(boolean input, boolean primary, IBuildObject ioType)
           
 BuildIOType BuildStep.getIOTypeForType(IBuildObject ioType, boolean input)
           
 BuildIOType[] BuildStep.getPrimaryTypes(boolean input)
           
 BuildIOType[][] BuildDescription.removeResource(BuildResource rc)
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel with parameters of type BuildIOType
 BuildResource[] BuildStep.removeIOType(BuildIOType type)
           
 void BuildStep.removeResource(BuildIOType type, BuildResource rc, boolean rmTypeIfEmpty)