Package org.eclipse.m2m.atl.engine.vm
Class ATLVMTools
java.lang.Object
org.eclipse.m2m.atl.engine.vm.ATLVMTools
ATL VM utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addVMOperation
(ASMOclType context, Operation op) Adds a VM operation to a context.static Operation
toVMOperation
(Class cl, String name) Converts an operation to a VM operation.
-
Method Details
-
toVMOperation
Converts an operation to a VM operation.- Parameters:
cl
- the class which contains the operationname
- the operation name- Returns:
- the VM operation
-
addVMOperation
Adds a VM operation to a context.- Parameters:
context
- the contextop
- operation
-