Package org.eclipse.m2m.atl.engine.vm
Class DummyDebugger
java.lang.Object
org.eclipse.m2m.atl.engine.vm.DummyDebugger
- All Implemented Interfaces:
Debugger
A do-nothing ATL VM debugger.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
enter
(StackFrame frame) Enters the frame.void
error
(StackFrame frame, String msg, Exception e) Throws an error.void
leave
(StackFrame frame) Leaves the frame.void
step
(ASMStackFrame frame) Steps into the frame.void
Terminates the execution.
-
Constructor Details
-
DummyDebugger
public DummyDebugger()
-
-
Method Details
-
enter
Description copied from interface:Debugger
Enters the frame. -
leave
Description copied from interface:Debugger
Leaves the frame. -
step
Description copied from interface:Debugger
Steps into the frame. -
error
Description copied from interface:Debugger
Throws an error. -
terminated
public void terminated()Description copied from interface:Debugger
Terminates the execution.- Specified by:
terminated
in interfaceDebugger
-