com.sun.jdi.PrimitiveValue |
![]() |
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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Converts this value to a BooleanValue and returns the result
as a boolean.
| |||||||||||
Converts this value to a ByteValue and returns the result
as a byte.
| |||||||||||
Converts this value to a CharValue and returns the result
as a char.
| |||||||||||
Converts this value to a DoubleValue and returns the result
as a double.
| |||||||||||
Converts this value to a FloatValue and returns the result
as a float.
| |||||||||||
Converts this value to an IntegerValue and returns the result
as an int.
| |||||||||||
Converts this value to a LongValue and returns the result
as a long.
| |||||||||||
Converts this value to a ShortValue and returns the result
as a short.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Converts this value to a BooleanValue and returns the result as a boolean.
true
if this value is non-zero (or
true
if already a BooleanValue); false otherwise.
Converts this value to a ByteValue and returns the result as a byte. The value will be narrowed as necessary, and magnitude or precision information may be lost (as if the primitive had been cast to a byte).
Converts this value to a CharValue and returns the result as a char. The value will be narrowed or widened as necessary, and magnitude or precision information may be lost (as if the primitive had been cast to a char, in the narrowing case).
Converts this value to a DoubleValue and returns the result as a double. The value will be widened as necessary, and precision information may be lost.
Converts this value to a FloatValue and returns the result as a float. The value will be narrowed or widened as necessary, and magnitude or precision information may be lost (as if the primitive had been cast to a float, in the narrowing case).
Converts this value to an IntegerValue and returns the result as an int. The value will be narrowed or widened as necessary, and magnitude or precision information may be lost (as if the primitive had been cast to an int, in the narrowing case).
Converts this value to a LongValue and returns the result as a long. The value will be narrowed or widened as necessary, and magnitude or precision information may be lost (as if the primitive had been cast to a long, in the narrowing case).
Converts this value to a ShortValue and returns the result as a short. The value will be narrowed or widened as necessary, and magnitude or precision information may be lost (as if the primitive had been cast to a short, in the narrowing case).