JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.core.model
Interface IJavaScriptValue

All Known Subinterfaces:
IJavaScriptPrimitiveValue

public interface IJavaScriptValue

Abstract definition of a Value wrt JavaScript debugging

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Field Summary
static String ARRAY
           
static String BOOLEAN
           
static String FUNCTION
           
static String NULL
           
static String NUMBER
           
static String OBJECT
           
static String STRING
           
static String UNDEFINED
           
static String UNKNOWN
           
 
Method Summary
 String getDetailString()
          Returns the string to use for details display.
 boolean isNull()
          Returns if the value is NullValue
 

Field Detail

UNDEFINED

static final String UNDEFINED
See Also:
Constant Field Values

UNKNOWN

static final String UNKNOWN
See Also:
Constant Field Values

NULL

static final String NULL
See Also:
Constant Field Values

BOOLEAN

static final String BOOLEAN
See Also:
Constant Field Values

NUMBER

static final String NUMBER
See Also:
Constant Field Values

STRING

static final String STRING
See Also:
Constant Field Values

OBJECT

static final String OBJECT
See Also:
Constant Field Values

ARRAY

static final String ARRAY
See Also:
Constant Field Values

FUNCTION

static final String FUNCTION
See Also:
Constant Field Values
Method Detail

getDetailString

String getDetailString()
Returns the string to use for details display.

This method can return null

Returns:
the string to use for details display or null

isNull

boolean isNull()
Returns if the value is NullValue

Returns:
if the value is NullValue

JavaScript Development Tools
Release 3.2

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