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