Package org.eclipse.gmt.modisco.java
Interface ArrayInitializer
- All Superinterfaces:
ASTNode,org.eclipse.emf.ecore.EObject,Expression,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ArrayInitializerImpl
public interface ArrayInitializer extends Expression
A representation of the model object 'Array Initializer'.
The following features are supported:
- See Also:
JavaPackage.getArrayInitializer()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<Expression>getExpressions()Returns the value of the 'Expressions' containment reference list.Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getExpressions
org.eclipse.emf.common.util.EList<Expression> getExpressions()Returns the value of the 'Expressions' containment reference list. The list contents are of typeExpression.- Returns:
- the value of the 'Expressions' containment reference list.
- See Also:
JavaPackage.getArrayInitializer_Expressions()
-