|
org.netbeans.api.debugger.jpda/2 2.4.22 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidExpressionException | |
---|---|
org.netbeans.api.debugger.jpda | JPDA Debugger APIs provide representation of JDI functionality. |
Uses of InvalidExpressionException in org.netbeans.api.debugger.jpda |
---|
Methods in org.netbeans.api.debugger.jpda that throw InvalidExpressionException | |
---|---|
abstract Variable |
JPDADebugger.evaluate(String expression)
Evaluates given expression in the current context. |
String |
ObjectVariable.getToStringValue()
Calls Object.toString() in debugged JVM and returns
its value. |
String |
JPDAWatch.getToStringValue()
Calls Object.toString() in debugged JVM and returns
its value. |
Variable |
ObjectVariable.invokeMethod(String methodName,
String signature,
Variable[] arguments)
Calls given method in debugged JVM on this instance and returns its value. |
void |
LocalVariable.setValue(String value)
Sets value of this local represented as text. |
void |
JPDAWatch.setValue(String value)
Sets value of this local represented as text. |
void |
Field.setValue(String value)
Sets value of this field represented as text. |
|
org.netbeans.api.debugger.jpda/2 2.4.22 | |||||||||
PREV NEXT | FRAMES NO FRAMES |