Uses of Interface
com.sun.jdi.PrimitiveValue
-
Packages that use PrimitiveValue 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像以及自举设备。 -
-
Uses of PrimitiveValue in com.sun.jdi
Subinterfaces of PrimitiveValue in com.sun.jdi Modifier and Type 接口 描述 interface
BooleanValue
提供对目标VMboolean
语boolean
值的访问。interface
ByteValue
提供对目标VM中原始值byte
值的访问。interface
CharValue
提供对目标虚拟机char
语char
值的访问。interface
DoubleValue
提供对目标VMdouble
语double
值的访问。interface
FloatValue
提供对目标虚拟机中原始值float
值的访问。interface
IntegerValue
提供对目标VM中的基元int
值的访问。interface
LongValue
提供对目标虚拟机long
语long
值的访问。interface
ShortValue
提供对目标虚拟机中基元short
值的访问。
-