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

Packages that use ASMOperation
org.eclipse.m2m.atl.engine.vm This package contains the vm core. 
 

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

Methods in org.eclipse.m2m.atl.engine.vm that return ASMOperation
 ASMOperation ASM.getOperation(java.lang.String name)
           
 

Methods in org.eclipse.m2m.atl.engine.vm with parameters of type ASMOperation
 void ASM.addOperation(ASMOperation o)
           
static ASMStackFrame ASMStackFrame.rootFrame(ASMExecEnv execEnv, ASMOperation operation, java.util.List args)
           
 

Constructors in org.eclipse.m2m.atl.engine.vm with parameters of type ASMOperation
ASMStackFrame(ExecEnv execEnv, ASMOperation operation, java.util.List args)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.