- 所有超级接口:
-
Mirror
,PrimitiveValue
,Value
提供对目标VM中原始
boolean
值的访问。
- 自 JDK 版本:
- 1.3
-
Method Summary
Methods declared in interface com.sun.jdi.Mirror
toString, virtualMachine
Methods declared in interface com.sun.jdi.PrimitiveValue
booleanValue, byteValue, charValue, doubleValue, floatValue, intValue, longValue, shortValue
-
Method Details
-
value
boolean value()将此 BooleanValue 作为 boolean 返回。- 返回:
-
由此对象镜像的
boolean
。
-
equals
将指定的对象与此 BooleanValue 进行相等性比较。 -
hashCode
int hashCode()返回此 BooleanValue 的哈希码值。
-