org.eclipse.xtext.xbase
Interface XBlockExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, XExpression
All Known Subinterfaces:
RichString, SpecialBlockExpression
All Known Implementing Classes:
RichStringImpl, SpecialBlockExpressionImpl, XBlockExpressionImpl

public interface XBlockExpression
extends XExpression

A representation of the model object 'XBlock Expression'.

The following features are supported:

See Also:
XbasePackage.getXBlockExpression()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<XExpression> getExpressions()
          Returns the value of the 'Expressions' containment reference list.
 
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

getExpressions

org.eclipse.emf.common.util.EList<XExpression> getExpressions()
Returns the value of the 'Expressions' containment reference list. The list contents are of type XExpression.

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

Returns:
the value of the 'Expressions' containment reference list.
See Also:
XbasePackage.getXBlockExpression_Expressions()
EMF generated code
EMF model element
containment="true"