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 变量和类型 接口 描述 interface
BooleanValue
提供对目标VM中的基元boolean
值的访问。interface
ByteValue
提供对目标VM中的基元byte
值的访问。interface
CharValue
提供对目标VM中的基元char
值的访问。interface
DoubleValue
提供对目标VM中的基元double
值的访问。interface
FloatValue
提供对目标VM中的原始值float
访问。interface
IntegerValue
提供对目标VM中的基元int
值的访问。interface
LongValue
提供对目标VM中的原始值long
访问。interface
ShortValue
提供对目标VM中的原始值short
访问。
-