Package org.eclipse.xtext.xbase
Interface XForLoopExpression
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,XExpression
- All Known Implementing Classes:
XForLoopExpressionImpl
public interface XForLoopExpression extends XExpression
A representation of the model object 'XFor Loop Expression'.- Since:
- 2.7
- See Also:
XbasePackage.getXForLoopExpression()- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
The following features are supported:
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.common.types.JvmFormalParametergetDeclaredParam()Returns the value of the 'Declared Param' containment reference.XExpressiongetEachExpression()Returns the value of the 'Each Expression' containment reference.XExpressiongetForExpression()Returns the value of the 'For Expression' containment reference.voidsetDeclaredParam(org.eclipse.xtext.common.types.JvmFormalParameter value)Sets the value of the 'Declared Param' containment reference.voidsetEachExpression(XExpression value)Sets the value of the 'Each Expression' containment reference.voidsetForExpression(XExpression value)Sets the value of the 'For Expression' containment reference.
-
-
-
Method Detail
-
getForExpression
XExpression getForExpression()
Returns the value of the 'For Expression' containment reference.- Returns:
- the value of the 'For Expression' containment reference.
- See Also:
setForExpression(XExpression),XbasePackage.getXForLoopExpression_ForExpression()- Model:
- containment="true"
- Generated:
-
setForExpression
void setForExpression(XExpression value)
Sets the value of the 'For Expression' containment reference.- Parameters:
value- the new value of the 'For Expression' containment reference.- See Also:
getForExpression()- Generated:
-
getEachExpression
XExpression getEachExpression()
Returns the value of the 'Each Expression' containment reference.- Returns:
- the value of the 'Each Expression' containment reference.
- See Also:
setEachExpression(XExpression),XbasePackage.getXForLoopExpression_EachExpression()- Model:
- containment="true"
- Generated:
-
setEachExpression
void setEachExpression(XExpression value)
Sets the value of the 'Each Expression' containment reference.- Parameters:
value- the new value of the 'Each Expression' containment reference.- See Also:
getEachExpression()- Generated:
-
getDeclaredParam
org.eclipse.xtext.common.types.JvmFormalParameter getDeclaredParam()
Returns the value of the 'Declared Param' containment reference.- Returns:
- the value of the 'Declared Param' containment reference.
- See Also:
setDeclaredParam(JvmFormalParameter),XbasePackage.getXForLoopExpression_DeclaredParam()- Model:
- containment="true"
- Generated:
-
setDeclaredParam
void setDeclaredParam(org.eclipse.xtext.common.types.JvmFormalParameter value)
Sets the value of the 'Declared Param' containment reference.- Parameters:
value- the new value of the 'Declared Param' containment reference.- See Also:
getDeclaredParam()- Generated:
-
-