Interface InvokeOperationInstruction

    • Method Detail

      • setOpname

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

        java.lang.reflect.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​(java.lang.reflect.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