public interface MacroReplaceStatement extends LabelPrefixable, PLINode
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Literal |
getBy()
Returns the value of the 'By' containment reference.
|
Reference |
getIdentifier()
Returns the value of the 'Identifier' containment reference.
|
void |
setBy(Literal value)
Sets the value of the '
By' containment reference. |
void |
setIdentifier(Reference value)
Sets the value of the '
Identifier' containment reference. |
getLabelPrefix, setLabelPrefixgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Reference getIdentifier()
setIdentifier(Reference),
PLIPackage.getMacroReplaceStatement_Identifier()void setIdentifier(Reference value)
Identifier' containment reference.
value - the new value of the 'Identifier' containment reference.getIdentifier()Literal getBy()
setBy(Literal),
PLIPackage.getMacroReplaceStatement_By()