public interface IfElse extends LawNode
The following features are supported:
BlangDslPackage.getIfElse()
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.xbase.XExpression |
getCondition()
Returns the value of the 'Condition' containment reference.
|
org.eclipse.emf.common.util.EList<LawNode> |
getElseBody()
Returns the value of the 'Else Body' containment reference list.
|
org.eclipse.emf.common.util.EList<LawNode> |
getIfBody()
Returns the value of the 'If Body' containment reference list.
|
void |
setCondition(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the '
Condition ' containment reference. |
org.eclipse.xtext.xbase.XExpression getCondition()
setCondition(XExpression)
,
BlangDslPackage.getIfElse_Condition()
void setCondition(org.eclipse.xtext.xbase.XExpression value)
Condition
' containment reference.
value
- the new value of the 'Condition' containment reference.getCondition()
org.eclipse.emf.common.util.EList<LawNode> getIfBody()
LawNode
.
BlangDslPackage.getIfElse_IfBody()
org.eclipse.emf.common.util.EList<LawNode> getElseBody()
LawNode
.
BlangDslPackage.getIfElse_ElseBody()