public final class JSType
extends java.lang.Object
A constant identifying the type of a JSValue. [@constant] kJSTypeUndefined The unique undefined value. [@constant] kJSTypeNull The unique null value. [@constant] kJSTypeBoolean A primitive boolean value, one of true or false. [@constant] kJSTypeNumber A primitive number value. [@constant] kJSTypeString A primitive string value. [@constant] kJSTypeObject An object value (meaning that this JSValueRef is a JSObjectRef). [@constant] kJSTypeSymbol A primitive symbol value.
| Modifier and Type | Field and Description |
|---|---|
static int |
kJSTypeBoolean |
static int |
kJSTypeNull |
static int |
kJSTypeNumber |
static int |
kJSTypeObject |
static int |
kJSTypeString |
static int |
kJSTypeSymbol |
static int |
kJSTypeUndefined |
public static final int kJSTypeUndefined
public static final int kJSTypeNull
public static final int kJSTypeBoolean
public static final int kJSTypeNumber
public static final int kJSTypeString
public static final int kJSTypeObject
public static final int kJSTypeSymbol