public interface XForLoopExpression extends XExpression
The following features are supported:
XbasePackage.getXForLoopExpression()| Modifier and Type | Method and Description |
|---|---|
JvmFormalParameter |
getDeclaredParam()
Returns the value of the 'Declared Param' containment reference
|
XExpression |
getEachExpression()
Returns the value of the 'Each Expression' containment reference
|
XExpression |
getForExpression()
Returns the value of the 'For Expression' containment reference
|
void |
setDeclaredParam(JvmFormalParameter value)
Sets the value of the '
Declared Param' containment reference |
void |
setEachExpression(XExpression value)
Sets the value of the '
Each Expression' containment reference |
void |
setForExpression(XExpression value)
Sets the value of the '
For Expression' containment reference |
XExpression getForExpression()
If the meaning of the 'For Expression' containment reference isn't clear, there really should be more of a description here...
setForExpression(XExpression),
XbasePackage.getXForLoopExpression_ForExpression()void setForExpression(XExpression value)
For Expression' containment reference.
value - the new value of the 'For Expression' containment reference.getForExpression()XExpression getEachExpression()
If the meaning of the 'Each Expression' containment reference isn't clear, there really should be more of a description here...
setEachExpression(XExpression),
XbasePackage.getXForLoopExpression_EachExpression()void setEachExpression(XExpression value)
Each Expression' containment reference.
value - the new value of the 'Each Expression' containment reference.getEachExpression()JvmFormalParameter getDeclaredParam()
If the meaning of the 'Declared Param' containment reference isn't clear, there really should be more of a description here...
setDeclaredParam(JvmFormalParameter),
XbasePackage.getXForLoopExpression_DeclaredParam()void setDeclaredParam(JvmFormalParameter value)
Declared Param' containment reference.
value - the new value of the 'Declared Param' containment reference.getDeclaredParam()