Uses of Interface
org.eclipse.cdt.managedbuilder.internal.macros.IMacroContextInfo

Packages that use IMacroContextInfo
org.eclipse.cdt.managedbuilder.internal.buildmodel   
org.eclipse.cdt.managedbuilder.internal.macros   
org.eclipse.cdt.managedbuilder.macros   
 

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

Constructors in org.eclipse.cdt.managedbuilder.internal.buildmodel with parameters of type IMacroContextInfo
FileMacroExplicitSubstitutor(IMacroContextInfo contextInfo, IConfiguration cfg, IBuilder builder, java.lang.String inexistentMacroValue, java.lang.String listDelimiter)
           
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.macros that implement IMacroContextInfo
 class DefaultMacroContextInfo
          This is the default implementation of the IMacroContextInfo
 

Methods in org.eclipse.cdt.managedbuilder.internal.macros that return IMacroContextInfo
 IMacroContextInfo IMacroContextInfoProvider.getMacroContextInfo(int type, java.lang.Object context)
           
 IMacroContextInfo BuildMacroProvider.getMacroContextInfo(int contextType, java.lang.Object contextData)
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.macros with parameters of type IMacroContextInfo
 org.eclipse.cdt.utils.cdtvariables.IVariableSubstitutor BuildMacroProvider.getBuildfileMacroSubstitutor(IMacroContextInfo info, java.lang.String inexistentMacroValue, java.lang.String listDelimiter)
           
 org.eclipse.cdt.utils.cdtvariables.SupplierBasedCdtVariableSubstitutor BuildMacroProvider.getMacroSubstitutor(IMacroContextInfo info, java.lang.String inexistentMacroValue, java.lang.String listDelimiter)
           
 ICdtVariable CoreMacrosSupplier.getVariable(java.lang.String macroName, IMacroContextInfo context)
           
 ICdtVariable BuildCdtVariablesSupplierBase.getVariable(java.lang.String macroName, IMacroContextInfo context)
           
 ICdtVariable[] CoreMacrosSupplier.getVariables(IMacroContextInfo context)
           
 ICdtVariable[] BuildCdtVariablesSupplierBase.getVariables(IMacroContextInfo context)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.macros with parameters of type IMacroContextInfo
BuildfileMacroSubstitutor(IBuilder builder, IMacroContextInfo contextInfo, java.lang.String inexistentMacroValue, java.lang.String listDelimiter)
           
BuildfileMacroSubstitutor(IMacroContextInfo contextInfo, java.lang.String inexistentMacroValue, java.lang.String listDelimiter)
           
ExplicitFileMacroCollector(IMacroContextInfo contextInfo)
           
 

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

Methods in org.eclipse.cdt.managedbuilder.macros with parameters of type IMacroContextInfo
 ICdtVariable IBuildMacroSupplier.getVariable(java.lang.String macroName, IMacroContextInfo context)
           
 ICdtVariable[] IBuildMacroSupplier.getVariables(IMacroContextInfo context)