|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IfStatement
A representation of the model object 'If Statement'.
The following features are supported:
JavaPackage.getIfStatement()
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
Expression 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |