| Package | Description | 
|---|---|
| com.sun.jdi | This is the core package of the Java Debug
 Interface (JDI), it defines mirrors for values, types, and the target
 VirtualMachine itself - as well bootstrapping facilities. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ArrayTypeProvides access to the class of an array and the type of
 its components in the target VM. | 
| interface  | ClassTypeA mirror of a class in the target VM. | 
| interface  | FieldA class or instance variable in the target VM. | 
| interface  | InterfaceTypeA mirror of an interface in the target VM. | 
| interface  | MethodA static or instance method in the target VM. | 
| interface  | ReferenceTypeThe type of an object in a target VM. | 
| interface  | TypeComponentAn entity declared within a user defined
 type (class or interface). | 
 Copyright © 1999, 2025, Oracle and/or its affiliates.  All rights reserved.