org.eclipse.xtext.xtend2.xtend2
Interface RichStringForLoop

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, XExpression, XForLoopExpression
All Known Implementing Classes:
RichStringForLoopImpl

public interface RichStringForLoop
extends XForLoopExpression

A representation of the model object 'Rich String For Loop'.

The following features are supported:

See Also:
Xtend2Package.getRichStringForLoop()
EMF generated code
EMF model element

Method Summary
 XExpression getAfter()
          Returns the value of the 'After' containment reference
 XExpression getBefore()
          Returns the value of the 'Before' containment reference
 XExpression getSeparator()
          Returns the value of the 'Separator' containment reference
 void setAfter(XExpression value)
          Sets the value of the 'After' containment reference
 void setBefore(XExpression value)
          Sets the value of the 'Before' containment reference
 void setSeparator(XExpression value)
          Sets the value of the 'Separator' containment reference
 
Methods inherited from interface org.eclipse.xtext.xbase.XForLoopExpression
getDeclaredParam, getEachExpression, getForExpression, setDeclaredParam, setEachExpression, setForExpression
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSeparator

XExpression getSeparator()
Returns the value of the 'Separator' containment reference.

If the meaning of the 'Separator' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Separator' containment reference.
See Also:
setSeparator(XExpression), Xtend2Package.getRichStringForLoop_Separator()
EMF generated code
EMF model element
containment="true"

setSeparator

void setSeparator(XExpression value)
Sets the value of the 'Separator' containment reference.

Parameters:
value - the new value of the 'Separator' containment reference.
See Also:
getSeparator()
EMF generated code

getBefore

XExpression getBefore()
Returns the value of the 'Before' containment reference.

If the meaning of the 'Before' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Before' containment reference.
See Also:
setBefore(XExpression), Xtend2Package.getRichStringForLoop_Before()
EMF generated code
EMF model element
containment="true"

setBefore

void setBefore(XExpression value)
Sets the value of the 'Before' containment reference.

Parameters:
value - the new value of the 'Before' containment reference.
See Also:
getBefore()
EMF generated code

getAfter

XExpression getAfter()
Returns the value of the 'After' containment reference.

If the meaning of the 'After' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'After' containment reference.
See Also:
setAfter(XExpression), Xtend2Package.getRichStringForLoop_After()
EMF generated code
EMF model element
containment="true"

setAfter

void setAfter(XExpression value)
Sets the value of the 'After' containment reference.

Parameters:
value - the new value of the 'After' containment reference.
See Also:
getAfter()
EMF generated code