net.groboclown.util.jpda.v1
Class JpdaStackFrameTrace
java.lang.Object
|
+--net.groboclown.util.jpda.v1.JpdaStackFrameTrace
- public class JpdaStackFrameTrace
- extends Object
Controls the broadcast of an event when the stack frame changes. It
can be one of many options.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
fire
private JpdaStackFrameTrace.FireTrace fire
print
private JpdaStackFrameTrace.PrintTrace print
JpdaStackFrameTrace
public JpdaStackFrameTrace(JpdaStackFrameTrace.FireTrace ft,
JpdaStackFrameTrace.PrintTrace pt)
JpdaStackFrameTrace
public JpdaStackFrameTrace(JpdaStackFrameTrace.FirePrintTrace pft)
createAnyTraceType
public static JpdaStackFrameTrace.AnyTraceType createAnyTraceType()
createFrameCountTraceType
public static JpdaStackFrameTrace.FrameCountTraceType createFrameCountTraceType()
threadStepped
public void threadStepped(ThreadReference tr)
threadStepped
public void threadStepped(ThreadReference tr,
PrintStream ps)
Written under the LGPL