Uses of Interface
com.sun.jdi.PrimitiveValue
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 PrimitiveValue in com.sun.jdi
Modifier and TypeInterfaceDescriptioninterface
Provides access to a primitiveboolean
value in the target VM.interface
Provides access to a primitivebyte
value in the target VM.interface
Provides access to a primitivechar
value in the target VM.interface
Provides access to a primitivedouble
value in the target VM.interface
Provides access to a primitivefloat
value in the target VM.interface
Provides access to a primitiveint
value in the target VM.interface
Provides access to a primitivelong
value in the target VM.interface
Provides access to a primitiveshort
value in the target VM.