Interface ArrayInstantiationBySize

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

public interface ArrayInstantiationBySize extends ArrayInstantiation, TypedElement
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"
    • getArrayDimension

      long getArrayDimension()
      Specified by:
      getArrayDimension in interface Expression
      Generated class or method.
      EMF model class or method.
      kind="operation" required="true"