Uses of Interface
org.eclipse.cdt.managedbuilder.macros.IBuildMacroSupplier

Packages that use IBuildMacroSupplier
org.eclipse.cdt.managedbuilder.internal.macros   
org.eclipse.cdt.managedbuilder.macros   
 

Uses of IBuildMacroSupplier in org.eclipse.cdt.managedbuilder.internal.macros
 

Classes in org.eclipse.cdt.managedbuilder.internal.macros that implement IBuildMacroSupplier
 class BuildCdtVariablesSupplierBase
           
 class CoreMacrosSupplier
           
 class MbsMacroSupplier
          This supplier is used to suply MBS-predefined macros
 

Methods in org.eclipse.cdt.managedbuilder.internal.macros that return IBuildMacroSupplier
 IBuildMacroSupplier[] BuildMacroProvider.getSuppliers(int contextType, java.lang.Object contextData)
           
 

Uses of IBuildMacroSupplier in org.eclipse.cdt.managedbuilder.macros
 

Methods in org.eclipse.cdt.managedbuilder.macros that return IBuildMacroSupplier
 IBuildMacroSupplier[] IBuildMacroProvider.getSuppliers(int contextType, java.lang.Object contextData)
          This method is defined to be used primarily by the UI classes and should not be used by the tool-integrator