org.eclipse.xtext.xbase
Interface XAbstractWhileExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, XExpression
All Known Subinterfaces:
XDoWhileExpression, XWhileExpression
All Known Implementing Classes:
XAbstractWhileExpressionImpl, XDoWhileExpressionImpl, XWhileExpressionImpl

public interface XAbstractWhileExpression
extends XExpression

A representation of the model object 'XAbstract While Expression'.

The following features are supported:

See Also:
XbasePackage.getXAbstractWhileExpression()
EMF generated code
EMF model element
abstract="true"

Method Summary
 XExpression getBody()
          Returns the value of the 'Body' containment reference
 XExpression getPredicate()
          Returns the value of the 'Predicate' containment reference
 void setBody(XExpression value)
          Sets the value of the 'Body' containment reference
 void setPredicate(XExpression value)
          Sets the value of the 'Predicate' containment reference
 
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

getPredicate

XExpression getPredicate()
Returns the value of the 'Predicate' containment reference.

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

Returns:
the value of the 'Predicate' containment reference.
See Also:
setPredicate(XExpression), XbasePackage.getXAbstractWhileExpression_Predicate()
EMF generated code
EMF model element
containment="true"

setPredicate

void setPredicate(XExpression value)
Sets the value of the 'Predicate' containment reference.

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

getBody

XExpression getBody()
Returns the value of the 'Body' containment reference.

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

Returns:
the value of the 'Body' containment reference.
See Also:
setBody(XExpression), XbasePackage.getXAbstractWhileExpression_Body()
EMF generated code
EMF model element
containment="true"

setBody

void setBody(XExpression value)
Sets the value of the 'Body' containment reference.

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