|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITool
Interface for ATL VM debuggers (or other tools like profilers).
Method Summary | |
---|---|
void |
enter(AbstractStackFrame frame)
Enters the frame. |
void |
error(AbstractStackFrame frame,
java.lang.String msg,
java.lang.Exception e)
Throws an error. |
void |
leave(AbstractStackFrame frame)
Leaves the frame. |
void |
step(AbstractStackFrame frame)
Steps into the frame. |
void |
terminated()
Terminates the execution. |
Method Detail |
---|
void enter(AbstractStackFrame frame)
frame
- the frame to enter invoid leave(AbstractStackFrame frame)
frame
- the frame to leavevoid step(AbstractStackFrame frame)
frame
- the frame to stepvoid terminated()
void error(AbstractStackFrame frame, java.lang.String msg, java.lang.Exception e)
frame
- the current framemsg
- the error messagee
- the 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 |