public static enum WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype extends Enum<WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype> implements BuiltinEnum<WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
boolean |
isEnumerable() |
static WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfargs, asEnum, createNode, getECMAScriptVersion, getKey, getName, isAnnexB, isAOTSupported, isConfigurable, isConstructor, isEnabled, isGetter, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripNamepublic static final WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype valueOf
public static final WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype value
public static final WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype set_value
public static WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype[] values()
public static WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype 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<WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype>public boolean isEnumerable()
isEnumerable in interface BuiltinEnum<WebAssemblyGlobalPrototypeBuiltins.WebAssemblyGlobalPrototype>