Uses of Interface
com.sun.jdi.PrimitiveType
-
Packages that use PrimitiveType 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像 - 以及引导工具。 -
-
Uses of PrimitiveType in com.sun.jdi
Subinterfaces of PrimitiveType in com.sun.jdi 变量和类型 接口 描述 interface
BooleanType
目标VM中访问的所有原始boolean
值的类型。interface
ByteType
目标VM中访问的所有原始字节值的类型。interface
CharType
目标VM中访问的所有原始char值的类型。interface
DoubleType
目标VM中访问的所有原始double值的类型。interface
FloatType
目标VM中访问的所有原始浮点值的类型。interface
IntegerType
在目标VM中访问的所有原始int
值的类型。interface
LongType
目标VM中访问的所有原始long
值的类型。interface
ShortType
目标VM中访问的所有原始short
值的类型。
-