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()
If the meaning of the 'Predicate' containment reference isn't clear, there really should be more of a description here...
setPredicate(XExpression),
XbasePackage.getXAbstractWhileExpression_Predicate()void setPredicate(XExpression value)
Predicate' containment reference.
value - the new value of the 'Predicate' containment reference.getPredicate()XExpression getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(XExpression),
XbasePackage.getXAbstractWhileExpression_Body()void setBody(XExpression value)
Body' containment reference.
value - the new value of the 'Body' containment reference.getBody()