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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenter(StackFrame frame) Enters the frame.voiderror(StackFrame frame, String msg, Exception e) Throws an error.voidleave(StackFrame frame) Leaves the frame.voidstep(ASMStackFrame frame) Steps into the frame.voidTerminates the execution.
-
Constructor Details
-
DummyDebugger
public DummyDebugger()
-
-
Method Details
-
enter
Description copied from interface:DebuggerEnters the frame. -
leave
Description copied from interface:DebuggerLeaves the frame. -
step
Description copied from interface:DebuggerSteps into the frame. -
error
Description copied from interface:DebuggerThrows an error. -
terminated
public void terminated()Description copied from interface:DebuggerTerminates the execution.- Specified by:
terminatedin interfaceDebugger
-