|
Java Debug Interface | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceType | |
com.sun.jdi | This is the core package of the Java Debug Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities. |
Uses of ReferenceType in com.sun.jdi |
Subinterfaces of ReferenceType in com.sun.jdi | |
interface |
ArrayType
Provides access to the class of an array and the type of its components in the target VM. |
interface |
ClassType
A mirror of a class in the target VM. |
interface |
InterfaceType
A mirror of an interface in the target VM. |
|
Java Debug Interface | |||||||||
PREV NEXT | FRAMES NO FRAMES |