Uses of Interface
org.eclipse.cdt.managedbuilder.makegen.IManagedDependencyGeneratorType

Packages that use IManagedDependencyGeneratorType
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.internal.core   
org.eclipse.cdt.managedbuilder.makegen   
org.eclipse.cdt.managedbuilder.makegen.gnu   
org.eclipse.cdt.managedbuilder.makegen.internal   
org.eclipse.cdt.managedbuilder.pdomdepgen   
 

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

Methods in org.eclipse.cdt.managedbuilder.core that return IManagedDependencyGeneratorType
 IManagedDependencyGeneratorType IInputType.getDependencyGenerator()
          Returns a class instance that implements an interface to generate source-level dependencies for this input type.
 IManagedDependencyGeneratorType IManagedBuildInfo.getDependencyGenerator(java.lang.String sourceExtension)
           
 IManagedDependencyGeneratorType ITool.getDependencyGeneratorForExtension(java.lang.String sourceExt)
          Returns a class instance that implements an interface to generate source-level dependencies for the tool specified in the argument.
 

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

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IManagedDependencyGeneratorType
 IManagedDependencyGeneratorType InputType.getDependencyGenerator()
           
 IManagedDependencyGeneratorType ManagedBuildInfo.getDependencyGenerator(java.lang.String sourceExtension)
           
 IManagedDependencyGeneratorType ToolReference.getDependencyGeneratorForExtension(java.lang.String sourceExt)
           
 IManagedDependencyGeneratorType Tool.getDependencyGeneratorForExtension(java.lang.String sourceExt)
           
 

Uses of IManagedDependencyGeneratorType in org.eclipse.cdt.managedbuilder.makegen
 

Subinterfaces of IManagedDependencyGeneratorType in org.eclipse.cdt.managedbuilder.makegen
 interface IManagedDependencyGenerator
          Deprecated. 3.1 Use IManagedDependencyGenerator2 instead.
 interface IManagedDependencyGenerator2
           
 

Uses of IManagedDependencyGeneratorType in org.eclipse.cdt.managedbuilder.makegen.gnu
 

Classes in org.eclipse.cdt.managedbuilder.makegen.gnu that implement IManagedDependencyGeneratorType
 class DefaultGCCDependencyCalculator
           
 class DefaultGCCDependencyCalculator2
          This dependency calculator uses the GCC -MMD -MF -MP -MT options in order to generate .d files as a side effect of compilation.
 class DefaultGCCDependencyCalculator3
          This dependency calculator uses the same dependency management technique as the DefaultGCCDependencyCalculator.
 class DefaultGCCDependencyCalculatorPreBuild
          This dependency calculator uses the GCC -MM -MF -MP -MT options in order to generate .d files as separate step prior to the source compilations.
 

Uses of IManagedDependencyGeneratorType in org.eclipse.cdt.managedbuilder.makegen.internal
 

Classes in org.eclipse.cdt.managedbuilder.makegen.internal that implement IManagedDependencyGeneratorType
 class DefaultIndexerDependencyCalculator
           
 class DefaultNoDependencyCalculator
          This is the dependency calculator used by the makefile generation system when nothing is defined for a tool.
 

Uses of IManagedDependencyGeneratorType in org.eclipse.cdt.managedbuilder.pdomdepgen
 

Classes in org.eclipse.cdt.managedbuilder.pdomdepgen that implement IManagedDependencyGeneratorType
 class PDOMDependencyGenerator