public interface IfExpression extends IPrimaryExpression
The following features are supported:
AstPackage.getIfExpression()| Modifier and Type | Method and Description |
|---|---|
GeneralExpression |
getElseExpr()
Returns the value of the 'Else Expr' containment reference
|
Expression |
getIfExpr()
Returns the value of the 'If Expr' containment reference
|
GeneralExpression |
getThenExpr()
Returns the value of the 'Then Expr' containment reference
|
void |
setElseExpr(GeneralExpression value)
Sets the value of the '
Else Expr' containment reference |
void |
setIfExpr(Expression value)
Sets the value of the '
If Expr' containment reference |
void |
setThenExpr(GeneralExpression value)
Sets the value of the '
Then Expr' containment reference |
getType, setTypeExpression getIfExpr()
If the meaning of the 'If Expr' reference isn't clear, there really should be more of a description here...
setIfExpr(Expression),
AstPackage.getIfExpression_IfExpr()void setIfExpr(Expression value)
If Expr' containment reference.
value - the new value of the 'If Expr' containment reference.getIfExpr()GeneralExpression getThenExpr()
If the meaning of the 'Then Expr' reference isn't clear, there really should be more of a description here...
setThenExpr(GeneralExpression),
AstPackage.getIfExpression_ThenExpr()void setThenExpr(GeneralExpression value)
Then Expr' containment reference.
value - the new value of the 'Then Expr' containment reference.getThenExpr()GeneralExpression getElseExpr()
If the meaning of the 'Else Expr' reference isn't clear, there really should be more of a description here...
setElseExpr(GeneralExpression),
AstPackage.getIfExpression_ElseExpr()void setElseExpr(GeneralExpression value)
Else Expr' containment reference.
value - the new value of the 'Else Expr' containment reference.getElseExpr()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.