Uses of Interface
com.sun.jdi.PrimitiveType
Package
Description
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.
-
Uses of PrimitiveType in com.sun.jdi
Modifier and TypeInterfaceDescriptioninterface
The type of all primitiveboolean
values accessed in the target VM.interface
The type of all primitive byte values accessed in the target VM.interface
The type of all primitive char values accessed in the target VM.interface
The type of all primitive double values accessed in the target VM.interface
The type of all primitive float values accessed in the target VM.interface
The type of all primitiveint
values accessed in the target VM.interface
The type of all primitivelong
values accessed in the target VM.interface
The type of all primitiveshort
values accessed in the target VM.