public interface IfStatement extends Statement
The following features are supported:
JavaPackage.getIfStatement()| Modifier and Type | Method and Description |
|---|---|
Statement |
getElseStatement()
Returns the value of the 'Else Statement' containment reference.
|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
Statement |
getThenStatement()
Returns the value of the 'Then Statement' containment reference.
|
void |
setElseStatement(Statement value)
Sets the value of the '
Else Statement' containment reference. |
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
void |
setThenStatement(Statement value)
Sets the value of the '
Then Statement' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitExpression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression),
JavaPackage.getIfStatement_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()Statement getThenStatement()
If the meaning of the 'Then Statement' containment reference isn't clear, there really should be more of a description here...
setThenStatement(Statement),
JavaPackage.getIfStatement_ThenStatement()void setThenStatement(Statement value)
Then Statement' containment reference.
value - the new value of the 'Then Statement' containment reference.getThenStatement()Statement getElseStatement()
If the meaning of the 'Else Statement' containment reference isn't clear, there really should be more of a description here...
setElseStatement(Statement),
JavaPackage.getIfStatement_ElseStatement()void setElseStatement(Statement value)
Else Statement' containment reference.
value - the new value of the 'Else Statement' containment reference.getElseStatement()