JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.core.jsdi
Interface BooleanValue

All Superinterfaces:
Mirror, PrimitiveValue, Value

public interface BooleanValue
extends PrimitiveValue

Represents a boolean value with-respect-to JavaScript debugging.

Since:
1.0
See Also:
Value
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.PrimitiveValue
booleanValue, doubleValue, intValue, stringValue
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Value
valueString
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Mirror
virtualMachine
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.