Java Debug Interface

Uses of Interface
com.sun.jdi.ReferenceType

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