public static enum JSONBuiltins.JSON extends Enum<JSONBuiltins.JSON> implements BuiltinEnum<JSONBuiltins.JSON>
Enum.EnumDesc<E extends Enum<E>>
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
static JSONBuiltins.JSON |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONBuiltins.JSON[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
args, asEnum, createNode, getECMAScriptVersion, getKey, getName, isAnnexB, isAOTSupported, isConfigurable, isConstructor, isEnabled, isEnumerable, isGetter, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripName
public static final JSONBuiltins.JSON parse
public static final JSONBuiltins.JSON stringify
public static JSONBuiltins.JSON[] values()
public static JSONBuiltins.JSON valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getLength()
getLength
in interface BuiltinEnum<JSONBuiltins.JSON>