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.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 Details