Module jdk.jdi
Package com.sun.jdi

Interface ClassLoaderReference

All Superinterfaces:
Mirror, ObjectReference, Value

public interface ClassLoaderReference extends ObjectReference
A class loader object from the target VM. A ClassLoaderReference is an ObjectReference with additional access to classloader-specific information from the target VM. Instances ClassLoaderReference are obtained through calls to ReferenceType.classLoader()
Since:
1.3
See Also: