Module jdk.jdi
Package com.sun.jdi

Interface InterfaceType

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

public interface InterfaceType extends ReferenceType
A mirror of an interface in the target VM. An InterfaceType is a refinement of ReferenceType that applies to true interfaces in the JLS sense of the definition (not a class, not an array type). An interface type will never be returned by ObjectReference.referenceType(), but it may be in the list of implemented interfaces for a ClassType that is returned by that method.
Since:
1.3
See Also: