Interface Variable

All Superinterfaces:
ArrayTypeable, Commentable, EObject, NamedElement, Notifier, ReferenceableElement, TypeArgumentable, TypedElement
All Known Subinterfaces:
CatchParameter, Field, LocalVariable, OrdinaryParameter, Parameter, ReceiverParameter, VariableLengthParameter
All Known Implementing Classes:
CatchParameterImpl, FieldImpl, LocalVariableImpl, OrdinaryParameterImpl, ParameterImpl, ReceiverParameterImpl, VariableImpl, VariableLengthParameterImpl

A representation of the model object 'Variable'.
See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • createMethodCallStatement

      Statement createMethodCallStatement(String methodName, EList<Expression> arguments)
      Generated class or method.
      EMF model class or method.
      methodNameRequired="true" argumentsMany="true"
    • createMethodCall

      Expression createMethodCall(String methodName, EList<Expression> arguments)
      Generated class or method.
      EMF model class or method.
      methodNameRequired="true" argumentsMany="true"