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 Modifier and Type 接口 描述 interface
BooleanType
在目标VM中访问的所有原语boolean
值的类型。interface
ByteType
在目标VM中访问的所有原始字节值的类型。interface
CharType
在目标虚拟机中访问的所有原始字符值的类型。interface
DoubleType
在目标VM中访问的所有原始双值的类型。interface
FloatType
在目标VM中访问的所有原始浮点值的类型。interface
IntegerType
在目标VM中访问的所有原语int
值的类型。interface
LongType
在目标虚拟机中访问的所有原始long
类型为long
。interface
ShortType
在目标虚拟机中访问的所有原始short
类型。
-