org.eclipse.m2m.atl.drivers.uml24atl
Class Invocation
java.lang.Object
org.eclipse.m2m.atl.drivers.uml24atl.Invocation
public class Invocation
- extends java.lang.Object
Stores an UML specific invocation method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Invocation
public Invocation(StackFrame frame,
ASMUMLModelElement self,
java.lang.String opName,
java.util.List arguments)
- Creates a new delayed Invocation.
- Parameters:
frame
- the frame contextself
- the model element calleropName
- the operation namearguments
- the operation arguments
getFrame
public StackFrame getFrame()
getSelf
public ASMUMLModelElement getSelf()
getOpName
public java.lang.String getOpName()
getArguments
public java.util.List getArguments()