Uses of Interface
org.eclipse.m2m.atl.profiler.core.vm.IStackFrame

Packages that use IStackFrame
org.eclipse.m2m.atl.profiler.core   
org.eclipse.m2m.atl.profiler.emfvm.adapter   
 

Uses of IStackFrame in org.eclipse.m2m.atl.profiler.core
 

Methods in org.eclipse.m2m.atl.profiler.core with parameters of type IStackFrame
 void ProfilerModelHandler.closeOperation(java.lang.String sfOpName, IStackFrame frame)
          Close execution with current operation node.
 void ATLProfiler.interceptEnter(IStackFrame frame)
          Intercept the beginning of an operation execution.
 void ProfilerModelHandler.interceptError(IStackFrame frame, java.lang.String msg, java.lang.Throwable e)
          Prepare error object to show in the execution display.
 void ATLProfiler.interceptError(IStackFrame frame, java.lang.String msg, java.lang.Throwable e)
          Intercept errors.
 void ATLProfiler.interceptLeave(IStackFrame frame)
          Intercept the exiting of an operation execution.
 void ATLProfiler.interceptStep(IStackFrame frame)
          Intercept simple instruction execution.
 void ProfilerModelHandler.makeStep(IStackFrame frame)
          Execute simple asm instruction.
 void ProfilerModelHandler.newOperation(java.lang.String sfOpName, IStackFrame frame, ATLOperation atlOperation, org.eclipse.emf.ecore.EObject atlElement)
          Create new operation node or start with the root model.
 

Uses of IStackFrame in org.eclipse.m2m.atl.profiler.emfvm.adapter
 

Classes in org.eclipse.m2m.atl.profiler.emfvm.adapter that implement IStackFrame
 class StackFrameAdapter
          An EMFVM / Profiler stack frame wrapper.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.