org.netbeans.api.debugger.jpda/2 2.4.31

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.
 


org.netbeans.api.debugger.jpda/2 2.4.31

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