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

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

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

Subclasses of ExecEnv in org.eclipse.m2m.atl.engine.vm
 class ASMExecEnv
          An ASMExecEnv is an execution environment for ATL Stack Machine programs.
 

Methods in org.eclipse.m2m.atl.engine.vm that return ExecEnv
 ExecEnv StackFrame.getExecEnv()
           
 

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


Copyright 2007 IBM Corporation and others.
All Rights Reserved.