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

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

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

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

Methods in org.eclipse.m2m.atl.engine.emfvm with parameters of type Operation
 StackFrame StackFrame.newFrame(Operation operation)
           
 

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

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

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

Methods in org.eclipse.m2m.atl.engine.emfvm.lib that return Operation
 Operation ExecEnv.getAttributeInitializer(java.lang.Object type, java.lang.String name)
           
 Operation ExecEnv.getOperation(java.lang.Object type, java.lang.Object name)
           
 

Methods in org.eclipse.m2m.atl.engine.emfvm.lib with parameters of type Operation
abstract  StackFrame StackFrame.newFrame(Operation operation)
           
 void ExecEnv.registerOperation(java.lang.Object type, Operation oper, java.lang.String name)
           
 

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


Copyright 2007 IBM Corporation and others.
All Rights Reserved.