public interface XAbstractWhileExpression extends XExpression
XbasePackage.getXAbstractWhileExpression()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
XExpression |
getBody()
Returns the value of the 'Body' containment reference.
|
XExpression |
getPredicate()
Returns the value of the 'Predicate' containment reference.
|
void |
setBody(XExpression value)
Sets the value of the '
Body' containment reference. |
void |
setPredicate(XExpression value)
Sets the value of the '
Predicate' containment reference. |
XExpression getPredicate()
setPredicate(XExpression),
XbasePackage.getXAbstractWhileExpression_Predicate()void setPredicate(XExpression value)
Predicate' containment reference.
value - the new value of the 'Predicate' containment reference.getPredicate()XExpression getBody()
setBody(XExpression),
XbasePackage.getXAbstractWhileExpression_Body()void setBody(XExpression value)
Body' containment reference.
value - the new value of the 'Body' containment reference.getBody()