Module jdk.jdi
Package com.sun.jdi

Interface ClassType

All Superinterfaces:
Accessible, Comparable<ReferenceType>, Mirror, ReferenceType, Type

public interface ClassType extends ReferenceType
A mirror of a class in the target VM. A ClassType is a refinement of ReferenceType that applies to true classes in the JLS sense of the definition (not an interface, not an array type). Any ObjectReference that mirrors an instance of such a class will have a ClassType as its type.
Since:
1.3
See Also: