|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrimitiveValue
Abstract representation of a primitive value with-respect-to JavaScript debugging
Value
,
BooleanValue
,
NumberValue
,
StringValue
Method Summary | |
---|---|
boolean |
booleanValue()
Returns the boolean for the value. |
double |
doubleValue()
Returns the double for the value. |
int |
intValue()
Returns the integer for the value. |
String |
stringValue()
Returns the String value for the value. |
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 |
Method Detail |
---|
int intValue()
double doubleValue()
boolean booleanValue()
String stringValue()
null
String
value
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |