org.netbeans.api.debugger.jpda
Modifier and Type | Method and Description |
---|---|
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.
|
String getExpression()
void setExpression(String expression)
expression
- a expression to be watchedvoid remove()
String getType()
String getValue()
String getExceptionDescription()
void setValue(String value) throws InvalidExpressionException
value
- a new value of this variable represented as textInvalidExpressionException
String getToStringValue() throws InvalidExpressionException
Object.toString()
in debugged JVM and returns
its value.InvalidExpressionException
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.