|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.emfvm.launch.debug.NetworkDebugger
public class NetworkDebugger
The main ATL debugger.
Nested Class Summary | |
---|---|
protected class |
NetworkDebugger.Command
A debugger command. |
Constructor Summary | |
---|---|
NetworkDebugger(int port,
boolean suspend)
NetworkDebugger constructor. |
Method Summary | |
---|---|
void |
enter(AbstractStackFrame frame)
Enters the frame. |
void |
error(AbstractStackFrame stackFrame,
java.lang.String msg,
java.lang.Exception e)
Throws an error. |
ExecEnv |
getExecEnv()
|
AbstractStackFrame |
getLastFrame()
|
void |
leave(AbstractStackFrame frame)
Leaves the frame. |
void |
step(AbstractStackFrame 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 NetworkDebugger(int port, boolean suspend)
port
- connection portsuspend
- setp parameterMethod Detail |
---|
public ExecEnv getExecEnv()
public AbstractStackFrame getLastFrame()
public void enter(AbstractStackFrame frame)
enter
in interface ITool
frame
- the frame to enter inITool.enter(org.eclipse.m2m.atl.engine.emfvm.lib.AbstractStackFrame)
public void leave(AbstractStackFrame frame)
leave
in interface ITool
frame
- the frame to leaveITool.leave(org.eclipse.m2m.atl.engine.emfvm.lib.AbstractStackFrame)
public void step(AbstractStackFrame frame)
step
in interface ITool
frame
- the frame to stepITool.step(org.eclipse.m2m.atl.engine.emfvm.lib.AbstractStackFrame)
public void terminated()
terminated
in interface ITool
ITool.terminated()
public void error(AbstractStackFrame stackFrame, java.lang.String msg, java.lang.Exception e)
error
in interface ITool
stackFrame
- the current framemsg
- the error messagee
- the exceptionITool.error(org.eclipse.m2m.atl.engine.emfvm.lib.AbstractStackFrame,
java.lang.String, java.lang.Exception)
|
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 |