Class Invocation


  • public class Invocation
    extends java.lang.Object
    Stores an UML specific invocation method.
    • Constructor Detail

      • Invocation

        public Invocation​(StackFrame frame,
                          ASMUMLModelElement self,
                          java.lang.String opName,
                          java.util.List arguments)
        Creates a new delayed Invocation.
        Parameters:
        frame - the frame context
        self - the model element caller
        opName - the operation name
        arguments - the operation arguments
    • Method Detail

      • getOpName

        public java.lang.String getOpName()
      • getArguments

        public java.util.List getArguments()