| 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  | BooleanTypeThe type of all primitive  booleanvalues
 accessed in the target VM. | 
| interface  | ByteTypeThe type of all primitive byte values accessed in
 the target VM. | 
| interface  | CharTypeThe type of all primitive char values accessed in
 the target VM. | 
| interface  | DoubleTypeThe type of all primitive double values accessed in
 the target VM. | 
| interface  | FloatTypeThe type of all primitive float values accessed in
 the target VM. | 
| interface  | IntegerTypeThe type of all primitive  intvalues
 accessed in the target VM. | 
| interface  | LongTypeThe type of all primitive  longvalues
 accessed in the target VM. | 
| interface  | ShortTypeThe type of all primitive  shortvalues
 accessed in the target VM. | 
 Copyright © 1999, 2017, Oracle and/or its affiliates.  All rights reserved.