|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMacroDefinition
IMacroDefinitions are in the form: string1 = [string2]
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the macro |
java.lang.StringBuffer |
getValue()
Returns the value of the macro |
boolean |
isFromCommand()
The macro was pass from an option to make. |
boolean |
isFromDefault()
The macro is a built-in |
boolean |
isFromEnviroment()
The macro came from the environment. |
boolean |
isFromEnvironmentOverride()
The macro came from the make command option -e |
boolean |
isFromMakefile()
The macro was found in a Makefile. |
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IDirective |
---|
getEndLine, getFileName, getParent, getStartLine, toString |
Method Detail |
---|
java.lang.String getName()
java.lang.StringBuffer getValue()
boolean isFromDefault()
boolean isFromMakefile()
boolean isFromEnviroment()
boolean isFromEnvironmentOverride()
boolean isFromCommand()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |