Class Invocation

java.lang.Object
org.eclipse.m2m.atl.drivers.uml24atl.Invocation

public class Invocation extends Object
Stores an UML specific invocation method.
  • Constructor Details

    • Invocation

      public Invocation(StackFrame frame, ASMUMLModelElement self, String opName, 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 Details