|
org.netbeans.api.debugger.jpda/2 2.4.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPDAWatch
Represents watch in JPDA debugger.
It's strongly recommended not to implement this interface in client code. New methods can be added to this interface at any time to keep up with the JDI functionality.
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 |
---|
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 text
InvalidExpressionException
String getToStringValue() throws InvalidExpressionException
Object.toString()
in debugged JVM and returns
its value.
InvalidExpressionException
|
org.netbeans.api.debugger.jpda/2 2.4.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |