public interface IfElseCompoundStatement extends StructureNode
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
NodeReference |
getElseStatement()
Returns the value of the 'Else Statement' containment reference.
|
StructureNode |
getElseUnit()
Returns the value of the 'Else Unit' containment reference.
|
NodeReference |
getIfStatement()
Returns the value of the 'If Statement' containment reference.
|
StructureNode |
getThenUnit()
Returns the value of the 'Then Unit' containment reference.
|
void |
setElseStatement(NodeReference value)
Sets the value of the '
Else Statement' containment reference. |
void |
setElseUnit(StructureNode value)
Sets the value of the '
Else Unit' containment reference. |
void |
setIfStatement(NodeReference value)
Sets the value of the '
If Statement' containment reference. |
void |
setThenUnit(StructureNode value)
Sets the value of the '
Then Unit' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
NodeReference getIfStatement()
setIfStatement(NodeReference),
PLIPackage.getIfElseCompoundStatement_IfStatement()void setIfStatement(NodeReference value)
If Statement' containment reference.
value - the new value of the 'If Statement' containment reference.getIfStatement()StructureNode getThenUnit()
setThenUnit(StructureNode),
PLIPackage.getIfElseCompoundStatement_ThenUnit()void setThenUnit(StructureNode value)
Then Unit' containment reference.
value - the new value of the 'Then Unit' containment reference.getThenUnit()NodeReference getElseStatement()
setElseStatement(NodeReference),
PLIPackage.getIfElseCompoundStatement_ElseStatement()void setElseStatement(NodeReference value)
Else Statement' containment reference.
value - the new value of the 'Else Statement' containment reference.getElseStatement()StructureNode getElseUnit()
setElseUnit(StructureNode),
PLIPackage.getIfElseCompoundStatement_ElseUnit()void setElseUnit(StructureNode value)
Else Unit' containment reference.
value - the new value of the 'Else Unit' containment reference.getElseUnit()