edu.rice.cs.drjava.model.debug
Class DebugManager.WatchData
java.lang.Object
|
+--edu.rice.cs.drjava.model.debug.DebugManager.WatchData
- Enclosing class:
- DebugManager
- public class DebugManager.WatchData
- extends Object
Class for keeping track of watched fields and variables.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
_name
private String _name
_value
private String _value
_type
private com.sun.jdi.Type _type
_changed
private boolean _changed
DebugManager.WatchData
public DebugManager.WatchData(String name)
getName
public String getName()
getValue
public String getValue()
getType
public com.sun.jdi.Type getType()
setName
public void setName(String name)
setValue
public void setValue(Object value)
setType
public void setType(com.sun.jdi.Type type)
getChanged
public boolean getChanged()
toString
public String toString()
- Overrides:
toString
in class Object