Uses of Interface
com.sun.jdi.PrimitiveValue
Packages that use PrimitiveValue
包
描述
This is the core package of the Java Debug
Interface (JDI), it defines mirrors for values, types, and the target
VirtualMachine itself - as well bootstrapping facilities.
-
Uses of PrimitiveValue in com.sun.jdi
Subinterfaces of PrimitiveValue in com.sun.jdi修饰符和类Interface描述interfaceProvides access to a primitivebooleanvalue in the target VM.interfaceProvides access to a primitivebytevalue in the target VM.interfaceProvides access to a primitivecharvalue in the target VM.interfaceProvides access to a primitivedoublevalue in the target VM.interfaceProvides access to a primitivefloatvalue in the target VM.interfaceProvides access to a primitiveintvalue in the target VM.interfaceProvides access to a primitivelongvalue in the target VM.interfaceProvides access to a primitiveshortvalue in the target VM.