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 变量和类型 接口 描述 interfaceBooleanValue提供对目标VM中的基元boolean值的访问。interfaceByteValue提供对目标VM中的基元byte值的访问。interfaceCharValue提供对目标VM中的基元char值的访问。interfaceDoubleValue提供对目标VM中的基元double值的访问。interfaceFloatValue提供对目标VM中的原始值float访问。interfaceIntegerValue提供对目标VM中的基元int值的访问。interfaceLongValue提供对目标VM中的原始值long访问。interfaceShortValue提供对目标VM中的原始值short访问。 
 -