Module jdk.jdi
Package com.sun.jdi

Interface PrimitiveValue

All Superinterfaces:
Mirror, Value
All Known Subinterfaces:
BooleanValue, ByteValue, CharValue, DoubleValue, FloatValue, IntegerValue, LongValue, ShortValue

public interface PrimitiveValue extends Value
The value assigned to a field or variable of primitive type in a target VM. Each primitive values is accessed through a subinterface of this interface.
Since:
1.3