public static enum PluralRulesPrototypeBuiltins.PluralRulesPrototype extends Enum<PluralRulesPrototypeBuiltins.PluralRulesPrototype> implements BuiltinEnum<PluralRulesPrototypeBuiltins.PluralRulesPrototype>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
resolvedOptions |
select |
selectRange |
| Modifier and Type | Method and Description |
|---|---|
int |
getECMAScriptVersion() |
int |
getLength() |
static PluralRulesPrototypeBuiltins.PluralRulesPrototype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluralRulesPrototypeBuiltins.PluralRulesPrototype[] |
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, getKey, getName, isAnnexB, isAOTSupported, isConfigurable, isConstructor, isEnabled, isEnumerable, isGetter, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripNamepublic static final PluralRulesPrototypeBuiltins.PluralRulesPrototype resolvedOptions
public static final PluralRulesPrototypeBuiltins.PluralRulesPrototype select
public static final PluralRulesPrototypeBuiltins.PluralRulesPrototype selectRange
public static PluralRulesPrototypeBuiltins.PluralRulesPrototype[] values()
public static PluralRulesPrototypeBuiltins.PluralRulesPrototype 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<PluralRulesPrototypeBuiltins.PluralRulesPrototype>public int getECMAScriptVersion()
getECMAScriptVersion in interface BuiltinEnum<PluralRulesPrototypeBuiltins.PluralRulesPrototype>