edu.rice.cs.drjava.model.debug
Class DebugManager.WatchUndefinedValue

java.lang.Object
  |
  +--edu.rice.cs.drjava.model.debug.DebugManager.WatchUndefinedValue
Enclosing class:
DebugManager

public static class DebugManager.WatchUndefinedValue
extends Object


Field Summary
static DebugManager.WatchUndefinedValue Singleton
           
 
Constructor Summary
private DebugManager.WatchUndefinedValue()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

Singleton

public static final DebugManager.WatchUndefinedValue Singleton
Constructor Detail

DebugManager.WatchUndefinedValue

private DebugManager.WatchUndefinedValue()
Method Detail

toString

public String toString()
Overrides:
toString in class Object