Package org.eclipse.xtext.xbase
Interface XCollectionLiteral
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,XExpression
- All Known Subinterfaces:
XListLiteral,XSetLiteral
- All Known Implementing Classes:
XCollectionLiteralImpl,XListLiteralImpl,XSetLiteralImpl
public interface XCollectionLiteral extends XExpression
A representation of the model object 'XCollection Literal'.- Since:
- 2.7
- See Also:
XbasePackage.getXCollectionLiteral()- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
The following features are supported:
- Model:
- abstract="true"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<XExpression>getElements()Returns the value of the 'Elements' containment reference list.
-
-
-
Method Detail
-
getElements
org.eclipse.emf.common.util.EList<XExpression> getElements()
Returns the value of the 'Elements' containment reference list. The list contents are of typeXExpression.- Returns:
- the value of the 'Elements' containment reference list.
- See Also:
XbasePackage.getXCollectionLiteral_Elements()- Model:
- containment="true"
- Generated:
-
-