Home » openjdk-7 » com.sun » jdi » [javadoc | source]
com.sun.jdi
public interface: BooleanValue [javadoc | source]

All Implemented Interfaces:
    PrimitiveValue

All Known Implementing Classes:
    BooleanValueImpl, BooleanValueImpl

Provides access to a primitive boolean value in the target VM.
Method from com.sun.jdi.BooleanValue Summary:
equals,   hashCode,   value
Method from com.sun.jdi.BooleanValue Detail:
 public boolean equals(Object obj)
    Compares the specified Object with this BooleanValue for equality.
 public int hashCode()
    Returns the hash code value for this BooleanValue.
 public boolean value()
    Returns this BooleanValue as a boolean.