Interface InvokeOperationInstruction

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Instruction, InvokeInstruction, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Invoke, InvokeStatic, InvokeSuper
All Known Implementing Classes:
InvokeImpl, InvokeOperationInstructionImpl, InvokeStaticImpl, InvokeSuperImpl

public interface InvokeOperationInstruction extends InvokeInstruction
A representation of the model object 'Invoke Operation Instruction'.
See Also:
  • Method Details

    • getOpname

      String getOpname()
      Returns the value of the 'Opname' attribute.

      If the meaning of the 'Opname' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Opname' attribute.
      See Also:
    • setOpname

      void setOpname(String value)
      Sets the value of the 'Opname' attribute.
      Parameters:
      value - the new value of the 'Opname' attribute.
      See Also:
    • getNativeMethod

      Method getNativeMethod()
      Returns the recorded native method that was invoked as a result of this instruction.
      Returns:
      the recorded native method that was invoked as a result of this instruction.
    • setNativeMethod

      void setNativeMethod(Method method)
      Sets the recorded native method that was invoked as a result of this instruction.
      Parameters:
      method - the recorded native method that was invoked as a result of this instruction