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. 
 

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
          The native operations definition class.
 

Methods in org.eclipse.m2m.atl.engine.vm that return Operation
 Operation StackFrame.getOperation()
           
 Operation ASMExecEnv.getOperation(ASMOclType type, java.lang.String name)
           
static Operation ATLVMTools.toVMOperation(java.lang.Class cl, java.lang.String name)
          Converts an operation to a VM operation.
 

Methods in org.eclipse.m2m.atl.engine.vm with parameters of type Operation
static void ATLVMTools.addVMOperation(ASMOclType context, Operation op)
          Adds a VM operation to a context.
 StackFrame StackFrame.enterFrame(Operation op, java.util.List enterArgs)
           
 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)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.