|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaScriptPrimitiveValue
Describes a primitive value
Field Summary |
---|
Fields inherited from interface org.eclipse.wst.jsdt.debug.core.model.IJavaScriptValue |
---|
ARRAY, BOOLEAN, FUNCTION, NULL, NUMBER, OBJECT, STRING, UNDEFINED, UNKNOWN |
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.model.IJavaScriptValue |
---|
getDetailString, isNull |
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 |