Module jdk.jdi
Package com.sun.jdi

Interface ClassObjectReference

All Superinterfaces:
Mirror, ObjectReference, Value

public interface ClassObjectReference
extends ObjectReference
An instance of java.lang.Class from the target VM. Use this interface to access type information for the class, array, or interface that this object reflects.
Since:
1.3
See Also:
ReferenceType