public interface MacroNoteStatement extends LabelPrefixable, PLINode
The following features are supported:
PLIPackage.getMacroNoteStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Literal |
getCode()
Returns the value of the 'Code' containment reference.
|
Expression |
getMessage()
Returns the value of the 'Message' containment reference.
|
void |
setCode(Literal value)
Sets the value of the '
Code' containment reference. |
void |
setMessage(Expression value)
Sets the value of the '
Message' containment reference. |
getLabelPrefix, setLabelPrefixgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Expression getMessage()
setMessage(Expression),
PLIPackage.getMacroNoteStatement_Message()void setMessage(Expression value)
Message' containment reference.
value - the new value of the 'Message' containment reference.getMessage()Literal getCode()
setCode(Literal),
PLIPackage.getMacroNoteStatement_Code()