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