Uses of Class
org.eclipse.m2m.atl.engine.emfvm.lib.Operation

Packages that use Operation
org.eclipse.m2m.atl.engine.asm.lib   
org.eclipse.m2m.atl.engine.emfvm   
org.eclipse.m2m.atl.engine.emfvm.adapter   
org.eclipse.m2m.atl.engine.emfvm.lib This package contains the emfvm library. 
org.eclipse.m2m.atl.profiler.emfvm.adapter   
 

Uses of Operation in org.eclipse.m2m.atl.engine.asm.lib
 

Methods in org.eclipse.m2m.atl.engine.asm.lib that return Operation
static Operation ASMString.createEvalSOTS()
           
static Operation ASMString.createEvalSOTSBrackets()
           
 

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

Subclasses of Operation in org.eclipse.m2m.atl.engine.emfvm
 class ASMOperation
          ASM commands scheduler.
 

Methods in org.eclipse.m2m.atl.engine.emfvm with parameters of type Operation
 AbstractStackFrame StackFrame.newFrame(Operation operation)
          Returns a new frame for the given operation.
 

Constructors in org.eclipse.m2m.atl.engine.emfvm with parameters of type Operation
StackFrame(ExecEnv execEnv, ASMModule asmModule, Operation operation)
          Creates a new StackFrame with the given parameters.
StackFrame(StackFrame caller, Operation operation)
          Creates a new StackFrame.
 

Uses of Operation in org.eclipse.m2m.atl.engine.emfvm.adapter
 

Method parameters in org.eclipse.m2m.atl.engine.emfvm.adapter with type arguments of type Operation
 void EMFModelAdapter.registerVMTypeOperations(java.util.Map<java.lang.Object,java.util.Map<java.lang.String,Operation>> vmTypeOperations)
          Registers a map of operations.
 void IModelAdapter.registerVMTypeOperations(java.util.Map<java.lang.Object,java.util.Map<java.lang.String,Operation>> vmTypeOperations)
          Registers a map of operations.
 

Uses of Operation in org.eclipse.m2m.atl.engine.emfvm.lib
 

Fields in org.eclipse.m2m.atl.engine.emfvm.lib declared as Operation
protected  Operation AbstractStackFrame.operation
           
 

Methods in org.eclipse.m2m.atl.engine.emfvm.lib that return Operation
 Operation ExecEnv.getAttributeInitializer(java.lang.Object type, java.lang.String name)
          Returns the attribute initializer.
 Operation AbstractStackFrame.getOperation()
           
 Operation ExecEnv.getOperation(java.lang.Object type, java.lang.Object name)
          Find an operation by its context type and name.
 

Methods in org.eclipse.m2m.atl.engine.emfvm.lib with parameters of type Operation
abstract  AbstractStackFrame AbstractStackFrame.newFrame(Operation frameOperation)
          Returns a new frame for the given operation.
 void ExecEnv.registerOperation(java.lang.Object type, Operation oper)
          Registers operation for a given type.
 void ExecEnv.registerOperation(java.lang.Object type, Operation oper, java.lang.String name)
          Deprecated. use ExecEnv.registerOperation(Object, Operation) instead
 

Constructors in org.eclipse.m2m.atl.engine.emfvm.lib with parameters of type Operation
AbstractStackFrame(AbstractStackFrame caller, Operation frameOperation)
          Creates a new StackFrame.
AbstractStackFrame(ExecEnv execEnv, ASMModule asmModule, Operation operation)
          Creates a new AbstractStackFrame with the given parameters.
 

Uses of Operation in org.eclipse.m2m.atl.profiler.emfvm.adapter
 

Constructors in org.eclipse.m2m.atl.profiler.emfvm.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.