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 |
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.
|
JPDAClassType |
ClassVariable.getReflectedType()
Provides the class type corresponding to this class variable.
|
Modifier and Type | Method and Description |
---|---|
List<JPDAClassType> |
JPDADebugger.getAllClasses()
Get the list of all classes in the debuggee.
|
List<JPDAClassType> |
JPDAClassType.getAllInterfaces()
Get all interfaces that are directly or indirectly implemented by this class,
or extended by this interface.
|
List<JPDAClassType> |
JPDADebugger.getClassesByName(String name)
Get the list of all classes mathing the given name in the debuggee.
|
List<JPDAClassType> |
JPDAClassType.getDirectInterfaces()
Get the interfaces that are directly implemented by this class,
or directly extended by this interface.
|
List<JPDAClassType> |
JPDAClassType.getSubClasses()
Get the currently loaded subclasses, when this type represents a class,
or loaded subinterfaces and implementors of this interface, if this type
represents an interface.
|
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 December 10 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.