Uses of Interface
com.sun.jdi.PrimitiveType
Packages that use 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.jdiSubinterfaces of PrimitiveType in com.sun.jdiModifier and TypeInterfaceDescriptioninterfaceThe type of all primitivebooleanvalues accessed in the target VM.interfaceThe type of all primitive byte values accessed in the target VM.interfaceThe type of all primitive char values accessed in the target VM.interfaceThe type of all primitive double values accessed in the target VM.interfaceThe type of all primitive float values accessed in the target VM.interfaceThe type of all primitiveintvalues accessed in the target VM.interfaceThe type of all primitivelongvalues accessed in the target VM.interfaceThe type of all primitiveshortvalues accessed in the target VM.