public interface LoopCondition extends PLINode
The following features are supported:
PLIPackage.getLoopCondition()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getUntil()
Returns the value of the 'Until' containment reference.
|
Expression |
getWhile()
Returns the value of the 'While' containment reference.
|
void |
setUntil(Expression value)
Sets the value of the '
Until' containment reference. |
void |
setWhile(Expression value)
Sets the value of the '
While' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Expression getWhile()
setWhile(Expression),
PLIPackage.getLoopCondition_While()void setWhile(Expression value)
While' containment reference.
value - the new value of the 'While' containment reference.getWhile()Expression getUntil()
setUntil(Expression),
PLIPackage.getLoopCondition_Until()void setUntil(Expression value)
Until' containment reference.
value - the new value of the 'Until' containment reference.getUntil()