Interface TypeArgumentable

All Superinterfaces:
Commentable, EObject, Notifier
All Known Subinterfaces:
AnnotationInstance, ArrayInstantiation, ArrayInstantiationBySize, ArrayInstantiationByValues, ArrayInstantiationByValuesTyped, ArrayInstantiationByValuesUntyped, CatchParameter, ClassifierReference, ElementReference, ExplicitConstructorCall, Field, IdentifierReference, Instantiation, LocalVariable, MethodCall, NestedExpression, NewConstructorCall, NewConstructorCallWithInferredTypeArguments, OrdinaryParameter, Parameter, PrimitiveTypeReference, ReceiverParameter, Reference, ReflectiveClassReference, SelfReference, StringReference, TextBlockReference, Variable, VariableLengthParameter
All Known Implementing Classes:
AnnotationInstanceImpl, ArrayInstantiationBySizeImpl, ArrayInstantiationByValuesImpl, ArrayInstantiationByValuesTypedImpl, ArrayInstantiationByValuesUntypedImpl, ArrayInstantiationImpl, CatchParameterImpl, ClassifierReferenceImpl, ElementReferenceImpl, ExplicitConstructorCallImpl, FieldImpl, IdentifierReferenceImpl, InstantiationImpl, LocalVariableImpl, MethodCallImpl, NestedExpressionImpl, NewConstructorCallImpl, NewConstructorCallWithInferredTypeArgumentsImpl, OrdinaryParameterImpl, ParameterImpl, PrimitiveTypeReferenceImpl, ReceiverParameterImpl, ReferenceImpl, ReflectiveClassReferenceImpl, SelfReferenceImpl, StringReferenceImpl, TextBlockReferenceImpl, TypeArgumentableImpl, VariableImpl, VariableLengthParameterImpl

public interface TypeArgumentable extends Commentable
A representation of the model object 'Type Argumentable'.

The following features are supported:

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

    • getTypeArguments

      EList<TypeArgument> getTypeArguments()
      Returns the value of the 'Type Arguments' containment reference list. The list contents are of type TypeArgument.
      Returns:
      the value of the 'Type Arguments' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"