| Modifier and Type | Method and Description |
|---|---|
Branch |
SearchWhenClause.getDo()
Returns the value of the 'Do' containment reference.
|
Branch |
IfThenElseStmt.getElse()
Returns the value of the 'Else' containment reference.
|
Branch |
IfThenElseStmt.getThen()
Returns the value of the 'Then' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchWhenClause.setDo(Branch value)
Sets the value of the '
Do' containment reference. |
void |
IfThenElseStmt.setElse(Branch value)
Sets the value of the '
Else' containment reference. |
void |
IfThenElseStmt.setThen(Branch value)
Sets the value of the '
Then' containment reference. |