|
org.netbeans.api.debugger.jpda/2 2.27.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
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. |
| 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.27.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||