org.eclipse.xtext.purexbase.pureXbase
Interface SpecialBlockExpression

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

public interface SpecialBlockExpression
extends XBlockExpression

A representation of the model object 'Special Block Expression'.

The following features are supported:

See Also:
PureXbasePackage.getSpecialBlockExpression()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<Import> getImports()
          Returns the value of the 'Imports' containment reference list.
 
Methods inherited from interface org.eclipse.xtext.xbase.XBlockExpression
getExpressions
 
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

getImports

org.eclipse.emf.common.util.EList<Import> getImports()
Returns the value of the 'Imports' containment reference list. The list contents are of type Import.

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

Returns:
the value of the 'Imports' containment reference list.
See Also:
PureXbasePackage.getSpecialBlockExpression_Imports()
EMF generated code
EMF model element
containment="true"