public static enum WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype extends Enum<WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype> implements BuiltinEnum<WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
boolean |
isEnumerable() |
boolean |
isGetter() |
static WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype[] |
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 WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype grow
public static final WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype buffer
public static WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype[] values()
public static WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype 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<WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype>public boolean isEnumerable()
isEnumerable in interface BuiltinEnum<WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype>public boolean isGetter()
isGetter in interface BuiltinEnum<WebAssemblyMemoryPrototypeBuiltins.WebAssemblyMemoryPrototype>