Interface ArrayTypeable

All Superinterfaces:
Commentable, EObject, Notifier
All Known Subinterfaces:
AdditionalField, AdditionalLocalVariable, ArrayConstructorReferenceExpression, ArrayInstantiationBySize, ArrayInstantiationByValuesTyped, CastExpression, CatchParameter, ClassMethod, ExtendsTypeArgument, Field, IdentifierReference, InferableType, InstanceOfExpression, InterfaceMethod, LocalVariable, Method, OrdinaryParameter, Parameter, PrimitiveTypeReference, QualifiedTypeArgument, ReceiverParameter, SuperTypeArgument, TypeArgument, UnknownTypeArgument, Variable, VariableLengthParameter
All Known Implementing Classes:
AdditionalFieldImpl, AdditionalLocalVariableImpl, ArrayConstructorReferenceExpressionImpl, ArrayInstantiationBySizeImpl, ArrayInstantiationByValuesTypedImpl, ArrayTypeableImpl, CastExpressionImpl, CatchParameterImpl, ClassMethodImpl, ExtendsTypeArgumentImpl, FieldImpl, IdentifierReferenceImpl, InferableTypeImpl, InstanceOfExpressionImpl, InterfaceMethodImpl, LocalVariableImpl, MethodImpl, OrdinaryParameterImpl, ParameterImpl, PrimitiveTypeReferenceImpl, QualifiedTypeArgumentImpl, ReceiverParameterImpl, SuperTypeArgumentImpl, TypeArgumentImpl, UnknownTypeArgumentImpl, VariableImpl, VariableLengthParameterImpl

public interface ArrayTypeable extends Commentable
A representation of the model object 'Array Typeable'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getArrayDimensionsBefore

      EList<ArrayDimension> getArrayDimensionsBefore()
      Returns the value of the 'Array Dimensions Before' containment reference list. The list contents are of type ArrayDimension.
      Returns:
      the value of the 'Array Dimensions Before' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"
    • getArrayDimensionsAfter

      EList<ArrayDimension> getArrayDimensionsAfter()
      Returns the value of the 'Array Dimensions After' containment reference list. The list contents are of type ArrayDimension.
      Returns:
      the value of the 'Array Dimensions After' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"
    • getArrayDimension

      long getArrayDimension()
      Generated class or method.
      EMF model class or method.
      kind="operation"