Uses of Class
org.eclipse.m2m.atl.engine.vm.Operation

Packages that use Operation
org.eclipse.m2m.atl.engine.vm This package contains the vm core. 
org.eclipse.m2m.atl.engine.vm.adwp This package contains the vm debug utilities. 
org.eclipse.m2m.atl.engine.vm.nativelib This package contains the vm library. 
org.eclipse.m2m.atl.ocl.core   
 

Uses of Operation in org.eclipse.m2m.atl.engine.vm
 

Subclasses of Operation in org.eclipse.m2m.atl.engine.vm
 class ASMOperation
          The line number table contains a list of IDs (startLine:startColumn-endLine:endColumn) of source elements associated to a range of asm instructions.
 class ClassNativeOperation
           
 class InstanceNativeOperation
           
 class NativeOperation
           
 

Methods in org.eclipse.m2m.atl.engine.vm that return Operation
 Operation ASMExecEnv.getAttributeInitializer(ASMOclType type, java.lang.String name)
           
 Operation StackFrame.getOperation()
           
 Operation ASMExecEnv.getOperation(ASMOclType type, java.lang.String name)
           
 

Methods in org.eclipse.m2m.atl.engine.vm with parameters of type Operation
 StackFrame StackFrame.enterFrame(Operation op, java.util.List args)
           
 void ASMExecEnv.registerAttributeHelper(ASMOclType type, java.lang.String name, Operation oper)
           
 

Constructors in org.eclipse.m2m.atl.engine.vm with parameters of type Operation
StackFrame(ASMOclType myType, ExecEnv execEnv, Operation operation, java.util.List args)
           
 

Uses of Operation in org.eclipse.m2m.atl.engine.vm.adwp
 

Constructors in org.eclipse.m2m.atl.engine.vm.adwp with parameters of type Operation
ADWPStackFrame(Operation op, java.util.List args)
           
 

Uses of Operation in org.eclipse.m2m.atl.engine.vm.nativelib
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib that return Operation
 Operation ASMOclAny.findOperation(StackFrame frame, java.lang.String opName, java.util.List arguments)
           
 Operation ASMOclAny.findOperation(StackFrame frame, java.lang.String opName, java.util.List arguments, ASMOclType type)
           
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type Operation
 ASMOclAny ASMOclAny.invoke(StackFrame frame, Operation oper, java.util.List arguments)
          Invokes the given Operation.
 void ASMOclType.registerVMOperation(Operation op)
           
 

Uses of Operation in org.eclipse.m2m.atl.ocl.core
 

Methods in org.eclipse.m2m.atl.ocl.core that return Operation
static Operation ATLVMTools.toVMOperation(java.lang.Class cl, java.lang.String name)
           
 

Methods in org.eclipse.m2m.atl.ocl.core with parameters of type Operation
static void ATLVMTools.addVMOperation(ASMOclType context, Operation op)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.