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

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

 

Uses of Interface
org.netbeans.api.debugger.jpda.ObjectVariable

Packages that use ObjectVariable
org.netbeans.api.debugger.jpda JPDA Debugger APIs provide representation of JDI functionality. 
 

Uses of ObjectVariable in org.netbeans.api.debugger.jpda
 

Subinterfaces of ObjectVariable in org.netbeans.api.debugger.jpda
 interface Super
          Represents super class of some object and its value.
 interface This
          Represents "this" value for call stack frame.
 

Methods in org.netbeans.api.debugger.jpda that return ObjectVariable
 ObjectVariable JPDAThread.getContendedMonitor()
          Returns monitor this thread is waiting on.
 ObjectVariable[] JPDAThread.getOwnedMonitors()
          Returns monitors owned by this thread.
 


 

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