站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Class org.netbeans.api.debugger.jpda.InvalidExpressionException (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.netbeans.api.debugger.jpda.InvalidExpressionException

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
 String ObjectVariable.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.
 String JPDAWatch.getToStringValue()
          Calls Object.toString() in debugged JVM and returns its value.
abstract  Variable JPDADebugger.evaluate(String expression)
          Evaluates given expression in the current context.
 void Field.setValue(String value)
          Sets value of this field represented as text.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.