Module jdk.jdi
Package com.sun.jdi

Interface ArrayType

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

public interface ArrayType extends ReferenceType
Provides access to the class of an array and the type of its components in the target VM.
Since:
1.3
See Also: