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