public interface Allocation extends PLINode
The following features are supported:
PLIPackage.getAllocation()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
AllocateOptions |
getOptions()
Returns the value of the 'Options' containment reference.
|
Reference |
getVariable()
Returns the value of the 'Variable' containment reference.
|
void |
setOptions(AllocateOptions value)
Sets the value of the '
Options' containment reference. |
void |
setVariable(Reference value)
Sets the value of the '
Variable' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Reference getVariable()
setVariable(Reference),
PLIPackage.getAllocation_Variable()void setVariable(Reference value)
Variable' containment reference.
value - the new value of the 'Variable' containment reference.getVariable()AllocateOptions getOptions()
setOptions(AllocateOptions),
PLIPackage.getAllocation_Options()void setOptions(AllocateOptions value)
Options' containment reference.
value - the new value of the 'Options' containment reference.getOptions()