Uses of Interface
org.eclipse.cdt.managedbuilder.core.IInputType

Packages that use IInputType
org.eclipse.cdt.build.core.scannerconfig   
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.internal.buildmodel   
org.eclipse.cdt.managedbuilder.internal.core   
org.eclipse.cdt.managedbuilder.internal.dataprovider   
 

Uses of IInputType in org.eclipse.cdt.build.core.scannerconfig
 

Methods in org.eclipse.cdt.build.core.scannerconfig that return IInputType
 IInputType CfgInfoContext.getInputType()
           
 

Constructors in org.eclipse.cdt.build.core.scannerconfig with parameters of type IInputType
CfgInfoContext(IResourceInfo rcInfo, ITool tool, IInputType inType)
           
 

Uses of IInputType in org.eclipse.cdt.managedbuilder.core
 

Methods in org.eclipse.cdt.managedbuilder.core that return IInputType
 IInputType ITool.createInputType(IInputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          Creates a child InputType for this tool.
 IInputType ITool.getEdtableInputType(IInputType base)
           
static IInputType ManagedBuildManager.getExtensionInputType(IInputType inType)
           
static IInputType ManagedBuildManager.getExtensionInputType(java.lang.String id)
          Returns the InputType from the manifest with the ID specified in the argument or null.
 IInputType ITool.getInputType(java.lang.String inputExtension)
          Returns the IInputType in the tool that uses the specified extension.
 IInputType ITool.getInputTypeById(java.lang.String id)
          Returns the IInputType in the tool with the specified ID.
 IInputType ITool.getInputTypeForCLanguageData(org.eclipse.cdt.core.settings.model.extension.CLanguageData data)
           
 IInputType[] ITool.getInputTypes()
          Returns the complete list of input types that are available for this tool.
 IInputType IInputOrder.getParent()
          Returns the InputType parent of this InputOrder.
 IInputType IAdditionalInput.getParent()
          Returns the InputType parent of this AdditionalInput.
 IInputType ITool.getPrimaryInputType()
          Returns the primary IInputType in this tool If the receiver has no InputTypes, the method returns null.
 IInputType IOutputType.getPrimaryInputType()
          Returns the input type that is used in determining the default names of this output type.
 IInputType IInputType.getSuperClass()
          Returns the IInputType that is the superclass of this InputType, or null if the attribute was not specified.
 

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type IInputType
 IInputType ITool.createInputType(IInputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          Creates a child InputType for this tool.
 org.eclipse.cdt.core.settings.model.extension.CLanguageData ITool.getCLanguageData(IInputType type)
           
 IInputType ITool.getEdtableInputType(IInputType base)
           
static IInputType ManagedBuildManager.getExtensionInputType(IInputType inType)
           
 java.lang.String ILanguageInfoCalculator.getLanguageId(IResourceInfo rcInfo, ITool tool, IInputType type)
           
 java.lang.String ILanguageInfoCalculator.getLanguageName(IResourceInfo rcInfo, ITool tool, IInputType type)
           
 void ITool.removeInputType(IInputType type)
          Removes an InputType from the tool's list.
 void IOutputType.setPrimaryInputType(IInputType contentType)
          Sets the input type that is used in determining the default names of this output type.
 

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

Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel that return IInputType
 IInputType BuildStep.getInputType()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel with parameters of type IInputType
 BuildStep BuildDescription.createStep(ITool tool, IInputType type)
           
 

Uses of IInputType in org.eclipse.cdt.managedbuilder.internal.core
 

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IInputType
 class InputType
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IInputType
 IInputType ToolReference.createInputType(IInputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
           
 IInputType Tool.createInputType(IInputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
           
 IInputType Tool.getAllInputTypeById(java.lang.String id)
           
 IInputType[] Tool.getAllInputTypes()
           
 IInputType ToolReference.getEdtableInputType(IInputType base)
           
 IInputType Tool.getEdtableInputType(IInputType base)
           
 IInputType ToolReference.getInputType(java.lang.String inputExtension)
           
 IInputType Tool.getInputType(java.lang.String inputExtension)
           
 IInputType ToolReference.getInputTypeById(java.lang.String id)
           
 IInputType Tool.getInputTypeById(java.lang.String id)
           
 IInputType ToolReference.getInputTypeForCLanguageData(org.eclipse.cdt.core.settings.model.extension.CLanguageData data)
           
 IInputType Tool.getInputTypeForCLanguageData(org.eclipse.cdt.core.settings.model.extension.CLanguageData data)
           
 IInputType[] ToolReference.getInputTypes()
           
 IInputType[] Tool.getInputTypes()
           
 IInputType InputOrder.getParent()
           
 IInputType AdditionalInput.getParent()
           
 IInputType ToolReference.getPrimaryInputType()
           
 IInputType Tool.getPrimaryInputType()
           
 IInputType OutputType.getPrimaryInputType()
           
 IInputType InputType.getSuperClass()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IInputType
 CfgDiscoveredPathManager.PathInfoCache Tool.clearDiscoveredPathInfo(IInputType type)
           
 IInputType ToolReference.createInputType(IInputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
           
 IInputType Tool.createInputType(IInputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
           
 org.eclipse.cdt.core.settings.model.extension.CLanguageData ToolReference.getCLanguageData(IInputType type)
           
 org.eclipse.cdt.core.settings.model.extension.CLanguageData Tool.getCLanguageData(IInputType type)
           
 CfgDiscoveredPathManager.PathInfoCache Tool.getDiscoveredPathInfo(IInputType type)
           
 IInputType ToolReference.getEdtableInputType(IInputType base)
           
 IInputType Tool.getEdtableInputType(IInputType base)
           
 boolean Tool.hasScannerConfigSettings(IInputType type)
           
 boolean BooleanExpressionApplicabilityCalculator.isInputTypeEnabled(ITool tool, IInputType type)
           
 void ToolReference.removeInputType(IInputType type)
           
 void Tool.removeInputType(IInputType type)
           
 CfgDiscoveredPathManager.PathInfoCache Tool.setDiscoveredPathInfo(IInputType type, CfgDiscoveredPathManager.PathInfoCache info)
           
 void OutputType.setPrimaryInputType(IInputType type)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IInputType
AdditionalInput(IInputType parent, AdditionalInput additionalInput)
          Create an AdditionalInput based upon an existing AdditionalInput.
AdditionalInput(IInputType parent, org.eclipse.cdt.core.settings.model.ICStorageElement element)
          Create an AdditionalInput based on the specification stored in the project file (.cdtbuild).
AdditionalInput(IInputType parent, IManagedConfigElement element)
          This constructor is called to create an AdditionalInput defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
InputOrder(IInputType parent, org.eclipse.cdt.core.settings.model.ICStorageElement element)
          Create an InputOrder based on the specification stored in the project file (.cdtbuild).
InputOrder(IInputType parent, IManagedConfigElement element)
          This constructor is called to create an InputOrder defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
InputOrder(IInputType parent, InputOrder inputOrder)
          Create an InputOrder based upon an existing InputOrder.
InputType(Tool parent, IInputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          This constructor is called to create an InputType whose attributes and children will be added by separate calls.
 

Uses of IInputType in org.eclipse.cdt.managedbuilder.internal.dataprovider
 

Methods in org.eclipse.cdt.managedbuilder.internal.dataprovider that return IInputType
 IInputType BuildLanguageData.getInputType()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.dataprovider with parameters of type IInputType
 void BuildLanguageData.updateInputType(IInputType type)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.dataprovider with parameters of type IInputType
BuildLanguageData(ITool tool, IInputType inType)