public interface MacroDefinition extends PreprocessorElement
The following features are supported:
GASTMPackage.getMacroDefinition()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody()
Returns the value of the 'Body' attribute.
|
java.lang.String |
getMacroName()
Returns the value of the 'Macro Name' attribute.
|
void |
setBody(java.lang.String value)
Sets the value of the '
Body' attribute. |
void |
setMacroName(java.lang.String value)
Sets the value of the '
Macro Name' attribute. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfojava.lang.String getMacroName()
If the meaning of the 'Macro Name' attribute isn't clear, there really should be more of a description here...
setMacroName(String),
GASTMPackage.getMacroDefinition_MacroName()void setMacroName(java.lang.String value)
Macro Name' attribute.
value - the new value of the 'Macro Name' attribute.getMacroName()java.lang.String getBody()
If the meaning of the 'Body' attribute isn't clear, there really should be more of a description here...
setBody(String),
GASTMPackage.getMacroDefinition_Body()