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

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

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

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 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[] 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.
 


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

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