Method Summary |
|
public String | getName() |
public String | getType() Returns the type of this field or variable in the current context. |
public String | getValue() Returns the most recently determined value for this field or variable. |
public void | hideValueAndType() Hides the value for this watch (when no thread is suspended). |
public boolean | isChanged() Returns whether this value has changed since the last call to setValue. |
public void | setName(String name) Sets a new name for this field or variable. |
public void | setNoType() Called to indicate that this watch has no type in the current scope. |
public void | setNoValue() Called to indicate that this watch has no value in the current scope. |
public void | setType(String type) Sets the most recently determined type of this field or variable. |
public void | setTypeNotLoaded() Called to indicate that this watch's type has not been loaded. |
public void | setValue(Object value) Sets the most recently determined value for this field or variable. |
public String | toString() Returns a legible representation of the type, name, and value. |