Java Debug Interface

Uses of Interface
com.sun.jdi.ObjectReference

Packages that use ObjectReference
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 ObjectReference in com.sun.jdi
 

Subinterfaces of ObjectReference in com.sun.jdi
 interface ArrayReference
          Provides access to an array object and its components in the target VM.
 interface ClassLoaderReference
          A class loader object from the target VM.
 interface ClassObjectReference
          An instance of java.lang.Class from the target VM.
 interface StringReference
          A string object from the target VM.
 interface ThreadGroupReference
          A thread group object from the target VM.
 interface ThreadReference
          A thread object from the target VM.
 


Java Debug Interface