Interface InvokeInstruction

    • Method Detail

      • getArgcount

        int getArgcount()
        Returns the value of the 'Argcount' attribute.

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

        Returns:
        the value of the 'Argcount' attribute.
        See Also:
        setArgcount(int), EmftvmPackage.getInvokeInstruction_Argcount()
      • setArgcount

        void setArgcount​(int value)
        Sets the value of the 'Argcount' attribute.
        Parameters:
        value - the new value of the 'Argcount' attribute.
        See Also:
        getArgcount()