org.eclipse.gmt.modisco.java
Interface ConditionalExpression

All Superinterfaces:
ASTNode, Expression

public interface ConditionalExpression
extends Expression

A representation of the model object 'Conditional Expression'.

The following features are supported:

See Also:
JavaPackage.getConditionalExpression()
Generated:
Model:

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

getElseExpression

Expression getElseExpression()
Returns the value of the 'Else Expression' containment reference.

If the meaning of the 'Else Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Else Expression' containment reference.
See Also:
setElseExpression(Expression), JavaPackage.getConditionalExpression_ElseExpression()
Generated:
Model:
containment="true" required="true" ordered="false"

setElseExpression

void setElseExpression(Expression value)
Sets the value of the 'Else Expression' containment reference.

Parameters:
value - the new value of the 'Else Expression' containment reference.
See Also:
getElseExpression()
Generated:

getExpression

Expression getExpression()
Returns the value of the 'Expression' containment reference.

If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(Expression), JavaPackage.getConditionalExpression_Expression()
Generated:
Model:
containment="true" required="true" ordered="false"

setExpression

void setExpression(Expression value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()
Generated:

getThenExpression

Expression getThenExpression()
Returns the value of the 'Then Expression' containment reference.

If the meaning of the 'Then Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Then Expression' containment reference.
See Also:
setThenExpression(Expression), JavaPackage.getConditionalExpression_ThenExpression()
Generated:
Model:
containment="true" required="true" ordered="false"

setThenExpression

void setThenExpression(Expression value)
Sets the value of the 'Then Expression' containment reference.

Parameters:
value - the new value of the 'Then Expression' containment reference.
See Also:
getThenExpression()
Generated: