Class Invocation
java.lang.Object
org.eclipse.m2m.atl.drivers.uml24atl.Invocation
Stores an UML specific invocation method.
-
Constructor Summary
ConstructorDescriptionInvocation
(StackFrame frame, ASMUMLModelElement self, String opName, List arguments) Creates a new delayed Invocation. -
Method Summary
-
Constructor Details
-
Invocation
Creates a new delayed Invocation.- Parameters:
frame
- the frame contextself
- the model element calleropName
- the operation namearguments
- the operation arguments
-
-
Method Details
-
getFrame
-
getSelf
-
getOpName
-
getArguments
-