Uses of Class
org.eclipse.m2m.atl.engine.vm.nativelib.ASMModule

Packages that use ASMModule
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. 
 

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

Methods in org.eclipse.m2m.atl.engine.vm that return ASMModule
 ASMModule ASMExecEnv.getASMModule()
           
 

Constructors in org.eclipse.m2m.atl.engine.vm with parameters of type ASMModule
ASMExecEnv(ASMModule asm, Debugger debugger)
           
ASMExecEnv(ASMModule asm, Debugger debugger, boolean cacheAttributeHelperResults)
           
ASMInterpreter(ASM asm, ASMModule asmModule, ASMExecEnv env, java.util.Map params)
           
 

Uses of ASMModule in org.eclipse.m2m.atl.engine.vm.nativelib
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type ASMModule
static ASMMap ASMModule.asMap(StackFrame frame, ASMModule self)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.