|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConditionalExpression
A representation of the model object 'Conditional Expression'.
The following features are supported:
JavaPackage.getConditionalExpression()
Method Summary | |
---|---|
Expression |
getElseExpression()
Returns the value of the 'Else Expression' containment reference. |
Expression |
getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
getThenExpression()
Returns the value of the 'Then Expression' containment reference. |
void |
setElseExpression(Expression value)
Sets the value of the ' Else Expression ' containment reference. |
void |
setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
setThenExpression(Expression value)
Sets the value of the ' Then Expression ' containment reference. |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
Expression getElseExpression()
If the meaning of the 'Else Expression' containment reference isn't clear, there really should be more of a description here...
setElseExpression(Expression)
,
JavaPackage.getConditionalExpression_ElseExpression()
void setElseExpression(Expression value)
Else Expression
' containment reference.
value
- the new value of the 'Else Expression' containment reference.getElseExpression()
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.getConditionalExpression_Expression()
void setExpression(Expression value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()
Expression getThenExpression()
If the meaning of the 'Then Expression' containment reference isn't clear, there really should be more of a description here...
setThenExpression(Expression)
,
JavaPackage.getConditionalExpression_ThenExpression()
void setThenExpression(Expression value)
Then Expression
' containment reference.
value
- the new value of the 'Then Expression' containment reference.getThenExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |