|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDebug.DummyDebugger
public class DummyDebugger
Very basic structure of a CTL debugger
Nested Class Summary | |
---|---|
private static class |
DummyDebugger.Handler
This is where it gets interesting. |
private static class |
DummyDebugger.ManualContinue
|
private static class |
DummyDebugger.Sink
|
Field Summary | |
---|---|
private static boolean |
manual
|
private static int |
recv
|
Constructor Summary | |
---|---|
DummyDebugger()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] a)
|
private static void |
sendContinuous(DummyDebugger.Sink sink,
java.net.Socket sock)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final boolean manual
private static int recv
Constructor Detail |
---|
public DummyDebugger()
Method Detail |
---|
public static void main(java.lang.String[] a)
private static void sendContinuous(DummyDebugger.Sink sink, java.net.Socket sock)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |