src/share/classes/com/sun/jdi/PrimitiveValue.java

Print this page

        

*** 33,44 **** * @author Robert Field * @author Gordon Hirsch * @author James McIlree * @since 1.3 */ ! public interface PrimitiveValue extends Value ! { /** * Converts this value to a BooleanValue and returns the result * as a boolean. * * @return <code>true</code> if this value is non-zero (or --- 33,45 ---- * @author Robert Field * @author Gordon Hirsch * @author James McIlree * @since 1.3 */ ! @jdk.Supported ! public interface PrimitiveValue extends Value { ! /** * Converts this value to a BooleanValue and returns the result * as a boolean. * * @return <code>true</code> if this value is non-zero (or