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

Packages that use ASMExecEnv
org.eclipse.m2m.atl.engine This package holds compiler APIs. 
org.eclipse.m2m.atl.engine.vm This package contains the vm core. 
 

Uses of ASMExecEnv in org.eclipse.m2m.atl.engine
 

Constructors in org.eclipse.m2m.atl.engine with parameters of type ASMExecEnv
AtlSuperimposeModule(ASMExecEnv env, ASM asm)
          Creates a new AtlSuperimposeModule object.
 

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

Methods in org.eclipse.m2m.atl.engine.vm that return ASMExecEnv
 ASMExecEnv NetworkDebugger.getExecEnv()
           
 

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

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


Copyright 2007 IBM Corporation and others.
All Rights Reserved.