public static enum WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype extends Enum<WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype> implements BuiltinEnum<WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
boolean |
isEnumerable() |
boolean |
isGetter() |
static WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype[] |
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, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripNamepublic static final WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype grow
public static final WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype get
public static final WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype set
public static final WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype length
public static WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype[] values()
public static WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype 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<WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype>public boolean isEnumerable()
isEnumerable in interface BuiltinEnum<WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype>public boolean isGetter()
isGetter in interface BuiltinEnum<WebAssemblyTablePrototypeBuiltins.WebAssemblyTablePrototype>