public interface XForLoopExpression extends XExpression
XbasePackage.getXForLoopExpression()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.xtext.common.types.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(org.eclipse.xtext.common.types.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()org.eclipse.xtext.common.types.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(org.eclipse.xtext.common.types.JvmFormalParameter value)
Declared Param' containment reference.
value - the new value of the 'Declared Param' containment reference.getDeclaredParam()