|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NumberValue
Abstract representation of a Number
value with-respect-to JavaScript debugging.
Value
Field Summary | |
---|---|
static String |
INFINITY
Represents the value for positive infinity |
static String |
NAN
Represents the value for 'Not A Number' |
static String |
NEG_INFINITY
Represents the value for negative infinity |
Method Summary | |
---|---|
boolean |
isNaN()
Returns if the this NumberValue is a valid number or not. |
Number |
value()
Returns the underlying Number value for this value. |
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 |
Field Detail |
---|
static final String NAN
static final String NEG_INFINITY
static final String INFINITY
Method Detail |
---|
Number value()
Number
value for this value.null
if its value is not a number.
Number
valueNAN
,
NEG_INFINITY
,
INFINITY
boolean isNaN()
NumberValue
is a valid number or not.
NAN
,
NEG_INFINITY
,
INFINITY
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |