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

Packages that use Operation
org.eclipse.m2m.atl.core.ui.vm.debug   
org.eclipse.m2m.atl.engine.vm This package contains the vm core. 
org.eclipse.m2m.atl.engine.vm.nativelib This package contains the vm library. 
org.eclipse.m2m.atl.profiler.vm.adapter   
 

Uses of Operation in org.eclipse.m2m.atl.core.ui.vm.debug
 

Constructors in org.eclipse.m2m.atl.core.ui.vm.debug with parameters of type Operation
LocalObjectReference.ADWPStackFrame(Operation op, java.util.List<ASMOclAny> args)
          Creates a new LocalObjectReference.ADWPStackFrame.
 

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
SimpleDebugger.OperationCall(Operation op)
           
StackFrame(ASMOclType myType, ExecEnv execEnv, Operation operation, 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.profiler.vm.adapter
 

Constructors in org.eclipse.m2m.atl.profiler.vm.adapter with parameters of type Operation
OperationAdapter(Operation operation)
          Creates an OperationAdapter wrapping the given Operation.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.