Interface BooleanValue
- All Superinterfaces:
Mirror, PrimitiveValue, Value
Provides access to a primitive
boolean
value in
the target VM.- Since:
- 1.3
-
Method Summary
Methods declared in interface Mirror
toString, virtualMachine
Modifier and TypeMethodDescriptiontoString()
Returns a String describing this mirrorGets the VirtualMachine to which this Mirror belongs.Methods declared in interface PrimitiveValue
booleanValue, byteValue, charValue, doubleValue, floatValue, intValue, longValue, shortValue
Modifier and TypeMethodDescriptionboolean
Converts this value to a BooleanValue and returns the result as a boolean.byte
Converts this value to a ByteValue and returns the result as a byte.char
Converts this value to a CharValue and returns the result as a char.double
Converts this value to a DoubleValue and returns the result as a double.float
Converts this value to a FloatValue and returns the result as a float.int
intValue()
Converts this value to an IntegerValue and returns the result as an int.long
Converts this value to a LongValue and returns the result as a long.short
Converts this value to a ShortValue and returns the result as a short.
-
Method Details
-
value
boolean value()Returns this BooleanValue as a boolean.- Returns:
- the
boolean
mirrored by this object.
-
equals
Compares the specified Object with this BooleanValue for equality. -
hashCode
-