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

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

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

Methods in org.eclipse.m2m.atl.engine.vm that return ASMStackFrame
static ASMStackFrame ASMStackFrame.rootFrame(ASMExecEnv execEnv, ASMOperation operation, java.util.List args)
           
 

Methods in org.eclipse.m2m.atl.engine.vm with parameters of type ASMStackFrame
 void SimpleDebugger.step(ASMStackFrame frame)
           
 void NetworkDebugger.step(ASMStackFrame frame)
           
 void DummyDebugger.step(ASMStackFrame frame)
           
 void Debugger.step(ASMStackFrame frame)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.