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

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

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

Methods in org.eclipse.cdt.managedbuilder.buildmodel that return IBuildIOType
 IBuildIOType[] IBuildResource.getDependentIOTypes()
          Returns an array of io types where this resource is used as an input
 IBuildIOType[] IBuildStep.getInputIOTypes()
          Returns an array of input types for this step
 IBuildIOType[] IBuildStep.getOutputIOTypes()
          Returns an array of output types for this step
 IBuildIOType IBuildResource.getProducerIOType()
          Returns the output io type of the step that generates this resource.
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.buildmodel that implement IBuildIOType
 class BuildIOType
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel that return IBuildIOType
 IBuildIOType[] BuildResource.getDependentIOTypes()
           
 IBuildIOType[] BuildStep.getInputIOTypes()
           
 IBuildIOType[] BuildStep.getOutputIOTypes()
           
 IBuildIOType BuildResource.getProducerIOType()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel with parameters of type IBuildIOType
static java.lang.String DbgUtil.dumpType(IBuildIOType type)
           
static java.lang.String DbgUtil.ioTypeResources(IBuildIOType type)