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

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. 
org.netbeans.spi.debugger.jpda JPDA Debugger SPIs defines support for Smart Stepping, Variables Filtering and filtering of all Debugger Views. 
 

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

Subinterfaces of ObjectVariable in org.netbeans.api.debugger.jpda
 interface ClassVariable
          Represents an instance of java.lang.Class from the target VM.
 interface ReturnVariable
          Represents a return value from a method.
 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 JPDAClassType.getClassLoader()
          Gets the classloader object which loaded the class corresponding to this type.
 ObjectVariable JPDAThread.getContendedMonitor()
          Returns monitor this thread is waiting on.
 ObjectVariable[] MethodBreakpoint.getInstanceFilters(JPDADebugger session)
          Get the instance filter for a specific debugger session.
 ObjectVariable[] LineBreakpoint.getInstanceFilters(JPDADebugger session)
          Get the instance filter for a specific debugger session.
 ObjectVariable[] FieldBreakpoint.getInstanceFilters(JPDADebugger session)
          Get the instance filter for a specific debugger session.
 ObjectVariable MonitorInfo.getMonitor()
          Returns the acquired monitor object
 ObjectVariable[] JPDAThread.getOwnedMonitors()
          Returns monitors owned by this thread.
 

Methods in org.netbeans.api.debugger.jpda that return types with arguments of type ObjectVariable
 List<ObjectVariable> JPDAClassType.getInstances(long maxInstances)
          Returns instances of this class type.
 List<ObjectVariable> ObjectVariable.getReferringObjects(long maxReferrers)
          Returns variables that directly reference this variable.
 

Methods in org.netbeans.api.debugger.jpda with parameters of type ObjectVariable
 void MethodBreakpoint.setInstanceFilters(JPDADebugger session, ObjectVariable[] instances)
          Set the instance filter for a specific debugger session.
 void LineBreakpoint.setInstanceFilters(JPDADebugger session, ObjectVariable[] instances)
          Set the instance filter for a specific debugger session.
 void FieldBreakpoint.setInstanceFilters(JPDADebugger session, ObjectVariable[] instances)
          Set the instance filter for a specific debugger session.
 

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

Methods in org.netbeans.spi.debugger.jpda that return ObjectVariable
 ObjectVariable Evaluator.Context.getContextVariable()
          Get an optional context variable.
 


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

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.