|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents watch in JPDA debugger.
Method Summary | |
String |
getExceptionDescription()
Returns description of problem is this watch can not be evaluated in current context. |
String |
getExpression()
Watched expression. |
String |
getToStringValue()
Calls Object.toString() in debugged JVM and returns
its value. |
String |
getType()
Declared type of this local. |
String |
getValue()
Text representation of current value of this local. |
void |
remove()
Remove the watch from the list of all watches in the system. |
void |
setExpression(String expression)
Sets watched expression. |
void |
setValue(String value)
Sets value of this local represented as text. |
Method Detail |
public String getExpression()
public void setExpression(String expression)
expression
- a expression to be watchedpublic void remove()
public String getType()
public String getValue()
public String getExceptionDescription()
public void setValue(String value) throws InvalidExpressionException
value
- a new value of this variable represented as text
InvalidExpressionException
public String getToStringValue() throws InvalidExpressionException
Object.toString()
in debugged JVM and returns
its value.
InvalidExpressionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |