Interface ArrayInstantiationBySize

All Superinterfaces:
AdditiveExpressionChild, AndExpressionChild, AnnotationValue, ArrayInitializationValue, ArrayInstantiation, ArrayTypeable, AssignmentExpressionChild, Commentable, ConditionalAndExpressionChild, ConditionalExpressionChild, ConditionalOrExpressionChild, EObject, EqualityExpressionChild, ExclusiveOrExpressionChild, Expression, InclusiveOrExpressionChild, InstanceOfExpressionChild, LambdaBody, MethodReferenceExpressionChild, MultiplicativeExpressionChild, Notifier, PrimaryExpression, Reference, RelationExpressionChild, ShiftExpressionChild, TypeArgumentable, TypedElement, UnaryExpressionChild, UnaryModificationExpressionChild
All Known Implementing Classes:
ArrayInstantiationBySizeImpl

public interface ArrayInstantiationBySize extends ArrayInstantiation, TypedElement, ArrayTypeable
A representation of the model object 'Array Instantiation By Size'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getSizes

      EList<Expression> getSizes()
      Returns the value of the 'Sizes' containment reference list. The list contents are of type Expression.
      Returns:
      the value of the 'Sizes' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true" required="true"