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

Packages that use ExecEnv
org.eclipse.m2m.atl.engine.asm.lib   
org.eclipse.m2m.atl.engine.emfvm   
org.eclipse.m2m.atl.engine.emfvm.adapter   
org.eclipse.m2m.atl.engine.emfvm.launch.debug   
org.eclipse.m2m.atl.engine.emfvm.lib This package contains the emfvm library. 
 

Uses of ExecEnv in org.eclipse.m2m.atl.engine.asm.lib
 

Methods in org.eclipse.m2m.atl.engine.asm.lib with parameters of type ExecEnv
 void ASMString.apply(ExecEnv execEnv, java.util.Map options)
          Apply the extension.
 

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

Methods in org.eclipse.m2m.atl.engine.emfvm with parameters of type ExecEnv
static void ASM.registerOperations(ExecEnv execEnv, java.util.Iterator<ASMOperation> operationsToRegister)
          Registers all ATL operations.
 

Constructors in org.eclipse.m2m.atl.engine.emfvm with parameters of type ExecEnv
AtlSuperimposeModule(ExecEnv env, ASM asm)
          Creates a new AtlSuperimposeModule object.
StackFrame(ExecEnv execEnv)
          Creates an empty StackFrame which refers to its ExecEnv.
StackFrame(ExecEnv execEnv, ASMModule asmModule, Operation operation)
          Creates a new StackFrame with the given parameters.
 

Uses of ExecEnv in org.eclipse.m2m.atl.engine.emfvm.adapter
 

Methods in org.eclipse.m2m.atl.engine.emfvm.adapter with parameters of type ExecEnv
 boolean EMFModelAdapter.prettyPrint(ExecEnv execEnv, java.io.PrintStream out, java.lang.Object value)
          Displays in a readable format the given object.
 boolean IModelAdapter.prettyPrint(ExecEnv execEnv, java.io.PrintStream out, java.lang.Object value)
          Displays in a readable format the given object.
 

Uses of ExecEnv in org.eclipse.m2m.atl.engine.emfvm.launch.debug
 

Methods in org.eclipse.m2m.atl.engine.emfvm.launch.debug that return ExecEnv
 ExecEnv NetworkDebugger.getExecEnv()
           
 

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

Fields in org.eclipse.m2m.atl.engine.emfvm.lib declared as ExecEnv
protected  ExecEnv AbstractStackFrame.execEnv
          The execution environment.
 

Methods in org.eclipse.m2m.atl.engine.emfvm.lib that return ExecEnv
 ExecEnv AbstractStackFrame.getExecEnv()
           
 

Methods in org.eclipse.m2m.atl.engine.emfvm.lib with parameters of type ExecEnv
 void LibExtension.apply(ExecEnv execEnv, java.util.Map<java.lang.String,java.lang.Object> options)
          Apply the extension.
 

Constructors in org.eclipse.m2m.atl.engine.emfvm.lib with parameters of type ExecEnv
AbstractStackFrame(ExecEnv execEnv)
          Creates an empty StackFrame which refers to its ExecEnv.
AbstractStackFrame(ExecEnv execEnv, ASMModule asmModule, Operation operation)
          Creates a new AbstractStackFrame with the given parameters.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.