Uses of Class
org.eclipse.cdt.make.internal.core.makefile.MacroDefinition

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

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

Methods in org.eclipse.cdt.make.internal.core.makefile with parameters of type MacroDefinition
 boolean MacroDefinition.equals(MacroDefinition v)
           
 

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

Subclasses of MacroDefinition in org.eclipse.cdt.make.internal.core.makefile.gnu
 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