Interface Argumentable

All Superinterfaces:
Commentable, EObject, Notifier
All Known Subinterfaces:
EnumConstant, ExplicitConstructorCall, Instantiation, MethodCall, NewConstructorCall, NewConstructorCallWithInferredTypeArguments
All Known Implementing Classes:
ArgumentableImpl, EnumConstantImpl, ExplicitConstructorCallImpl, InstantiationImpl, MethodCallImpl, NewConstructorCallImpl, NewConstructorCallWithInferredTypeArgumentsImpl

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

The following features are supported:

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

    • getArguments

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

      EList<Type> getArgumentTypes()
      Generated class or method.
      EMF model class or method.
      kind="operation"