public interface OnCompoundStatement extends StructureNode
The following features are supported:
PLIPackage.getOnCompoundStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
NodeReference |
getOnStatement()
Returns the value of the 'On Statement' containment reference.
|
StructureNode |
getUnit()
Returns the value of the 'Unit' containment reference.
|
void |
setOnStatement(NodeReference value)
Sets the value of the '
On Statement' containment reference. |
void |
setUnit(StructureNode value)
Sets the value of the '
Unit' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
NodeReference getOnStatement()
setOnStatement(NodeReference),
PLIPackage.getOnCompoundStatement_OnStatement()void setOnStatement(NodeReference value)
On Statement' containment reference.
value - the new value of the 'On Statement' containment reference.getOnStatement()StructureNode getUnit()
setUnit(StructureNode),
PLIPackage.getOnCompoundStatement_Unit()void setUnit(StructureNode value)
Unit' containment reference.
value - the new value of the 'Unit' containment reference.getUnit()