Interface InvokeInstruction

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Instruction, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Invoke, InvokeAllCbs, InvokeCb, InvokeCbS, InvokeOperationInstruction, InvokeStatic, InvokeSuper, Match, MatchS
All Known Implementing Classes:
InvokeAllCbsImpl, InvokeCbImpl, InvokeCbSImpl, InvokeImpl, InvokeInstructionImpl, InvokeOperationInstructionImpl, InvokeStaticImpl, InvokeSuperImpl, MatchImpl, MatchSImpl

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

    Modifier and Type
    Method
    Description
    int
    Returns the value of the 'Argcount' attribute.
    void
    setArgcount(int value)
    Sets the value of the 'Argcount' attribute.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • 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

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