|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.profiler.vm.ProfilingDebugger
public class ProfilingDebugger
Class used by the ATL Virtual Machine.
Redirect operations to the ATL profiler
ATLProfiler
Constructor Summary | |
---|---|
ProfilingDebugger(org.eclipse.emf.ecore.EObject atlModel)
Creates a new profiling debugger. |
Method Summary | |
---|---|
void |
enter(StackFrame frame)
Enters the frame. |
void |
error(StackFrame frame,
java.lang.String msg,
java.lang.Exception e)
Throws an error. |
void |
leave(StackFrame frame)
Leaves the frame. |
void |
step(ASMStackFrame frame)
Steps into the frame. |
void |
terminated()
Terminates the execution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProfilingDebugger(org.eclipse.emf.ecore.EObject atlModel)
atlModel
- the atl code modelMethod Detail |
---|
public void terminated()
terminated
in interface Debugger
Debugger.terminated()
public void error(StackFrame frame, java.lang.String msg, java.lang.Exception e)
error
in interface Debugger
frame
- the current framemsg
- the error messagee
- the exceptionDebugger.error(org.eclipse.m2m.atl.engine.vm.StackFrame, java.lang.String, java.lang.Exception)
public void enter(StackFrame frame)
enter
in interface Debugger
frame
- the frame to enter inDebugger.enter(org.eclipse.m2m.atl.engine.vm.StackFrame)
public void leave(StackFrame frame)
leave
in interface Debugger
frame
- the frame to leaveDebugger.leave(org.eclipse.m2m.atl.engine.vm.StackFrame)
public void step(ASMStackFrame frame)
step
in interface Debugger
frame
- the frame to stepDebugger.step(org.eclipse.m2m.atl.engine.vm.ASMStackFrame)
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |