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

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

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

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

Subinterfaces of JPDAClassType in org.netbeans.api.debugger.jpda
 interface JPDAArrayType
          Represents type of an array in the debugged process.
 

Methods in org.netbeans.api.debugger.jpda that return JPDAClassType
 JPDAClassType ObjectVariable.getClassType()
          Get the run-time class type of this object variable.
 JPDAClassType ClassVariable.getClassType()
          Provides the class type of this class object.
 JPDAClassType Field.getDeclaringClass()
          Get the class type in which this field was declared.
 

Methods in org.netbeans.api.debugger.jpda that return types with arguments of type JPDAClassType
 List<JPDAClassType> JPDADebugger.getAllClasses()
          Get the list of all classes in the debuggee.
 List<JPDAClassType> JPDADebugger.getClassesByName(String name)
          Get the list of all classes mathing the given name in the debuggee.
 

Method parameters in org.netbeans.api.debugger.jpda with type arguments of type JPDAClassType
 long[] JPDADebugger.getInstanceCounts(List<JPDAClassType> classTypes)
          Retrieves the number of instances of each class in the list.
 


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

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