Package org.eclipse.xtext.xbase
Interface XDoWhileExpression
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,XAbstractWhileExpression,XExpression
- All Known Implementing Classes:
XDoWhileExpressionImpl
public interface XDoWhileExpression extends XAbstractWhileExpression
A representation of the model object 'XDo While Expression'.- Since:
- 2.7
- See Also:
XbasePackage.getXDoWhileExpression()- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
- Model:
- Generated:
-
-
Method Summary
-
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
-
Methods inherited from interface org.eclipse.xtext.xbase.XAbstractWhileExpression
getBody, getPredicate, setBody, setPredicate
-
-