Uses of Interface
org.eclipse.cdt.make.core.makefile.IMacroDefinition

Packages that use IMacroDefinition
org.eclipse.cdt.make.core.makefile   
org.eclipse.cdt.make.core.makefile.gnu   
org.eclipse.cdt.make.internal.core.makefile   
org.eclipse.cdt.make.internal.core.makefile.gnu   
 

Uses of IMacroDefinition in org.eclipse.cdt.make.core.makefile
 

Methods in org.eclipse.cdt.make.core.makefile that return IMacroDefinition
 IMacroDefinition[] IMakefile.getBuiltinMacroDefinitions()
          Return all the buil-in MacroDefintions
 IMacroDefinition[] IMakefile.getBuiltinMacroDefinitions(java.lang.String name)
          Returns the Builtin macro definition for name.
 IMacroDefinition[] IMakefile.getMacroDefinitions()
          Return IMacroDefinition
 IMacroDefinition[] IMakefile.getMacroDefinitions(java.lang.String name)
          Returns the IMacroDefinitions for name.
 

Uses of IMacroDefinition in org.eclipse.cdt.make.core.makefile.gnu
 

Subinterfaces of IMacroDefinition in org.eclipse.cdt.make.core.makefile.gnu
 interface IVariableDefinition
           
 

Uses of IMacroDefinition in org.eclipse.cdt.make.internal.core.makefile
 

Classes in org.eclipse.cdt.make.internal.core.makefile that implement IMacroDefinition
 class MacroDefinition
           
 

Methods in org.eclipse.cdt.make.internal.core.makefile that return IMacroDefinition
 IMacroDefinition[] AbstractMakefile.getBuiltinMacroDefinitions()
           
 IMacroDefinition[] AbstractMakefile.getBuiltinMacroDefinitions(java.lang.String name)
           
 IMacroDefinition[] AbstractMakefile.getMacroDefinitions()
           
 IMacroDefinition[] AbstractMakefile.getMacroDefinitions(java.lang.String name)
           
 

Uses of IMacroDefinition in org.eclipse.cdt.make.internal.core.makefile.gnu
 

Classes in org.eclipse.cdt.make.internal.core.makefile.gnu that implement IMacroDefinition
 class DefineVariable
           
 class ExportVariable
           
 class OverrideDefine
           
 class OverrideVariable
           
 class TargetVariable
          Here is the syntax of a static pattern rule: TARGETS ...: VARIABLE-ASSIGNMENT TARGETS ...: override VARIABLE-ASSIGNMENT
 class VariableDefinition