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