Package | Description |
---|---|
org.netbeans.api.debugger.jpda |
JPDA Debugger APIs provide representation of JDI functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JPDAArrayType
Represents type of an array in the debugged process.
|
Modifier and Type | Method and Description |
---|---|
JPDAClassType |
ClassVariable.getClassType()
Provides the class type of this class object.
|
JPDAClassType |
ObjectVariable.getClassType()
Get the run-time class type of this object variable.
|
JPDAClassType |
Field.getDeclaringClass()
Get the class type in which this field was declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
long[] |
JPDADebugger.getInstanceCounts(List<JPDAClassType> classTypes)
Retrieves the number of instances of each class in the list.
|
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.