Class Operation

Direct Known Subclasses:
ASMOperation, NativeOperation

public abstract class Operation extends ASMOclAny
  • Field Details

  • Constructor Details

    • Operation

      public Operation()
  • Method Details

    • getName

      public abstract String getName()
    • getContextSignature

      public abstract String getContextSignature()
    • getContextType

      public abstract ASMOclType getContextType()
    • getParameters

      public abstract List getParameters()
    • getReturnType

      public abstract ASMOclType getReturnType()
    • getSignature

      public abstract String getSignature()
    • exec

      public abstract ASMOclAny exec(StackFrame frame)
    • get

      public ASMOclAny get(StackFrame frame, String name)
      Overrides:
      get in class ASMOclAny