public static enum RegExpPrototypeBuiltins.RegExpPrototype extends Enum<RegExpPrototypeBuiltins.RegExpPrototype> implements BuiltinEnum<RegExpPrototypeBuiltins.RegExpPrototype>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
_match |
_matchAll |
_replace |
_search |
_split |
compile |
exec |
test |
toString |
| Modifier and Type | Method and Description |
|---|---|
int |
getECMAScriptVersion() |
Object |
getKey() |
int |
getLength() |
boolean |
isAnnexB() |
static RegExpPrototypeBuiltins.RegExpPrototype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegExpPrototypeBuiltins.RegExpPrototype[] |
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, getName, isAOTSupported, isConfigurable, isConstructor, isEnabled, isEnumerable, isGetter, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripNamepublic static final RegExpPrototypeBuiltins.RegExpPrototype exec
public static final RegExpPrototypeBuiltins.RegExpPrototype test
public static final RegExpPrototypeBuiltins.RegExpPrototype toString
public static final RegExpPrototypeBuiltins.RegExpPrototype _match
public static final RegExpPrototypeBuiltins.RegExpPrototype _replace
public static final RegExpPrototypeBuiltins.RegExpPrototype _search
public static final RegExpPrototypeBuiltins.RegExpPrototype _split
public static final RegExpPrototypeBuiltins.RegExpPrototype compile
public static final RegExpPrototypeBuiltins.RegExpPrototype _matchAll
public static RegExpPrototypeBuiltins.RegExpPrototype[] values()
public static RegExpPrototypeBuiltins.RegExpPrototype 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<RegExpPrototypeBuiltins.RegExpPrototype>public boolean isAnnexB()
isAnnexB in interface BuiltinEnum<RegExpPrototypeBuiltins.RegExpPrototype>public int getECMAScriptVersion()
getECMAScriptVersion in interface BuiltinEnum<RegExpPrototypeBuiltins.RegExpPrototype>public Object getKey()
getKey in interface BuiltinEnum<RegExpPrototypeBuiltins.RegExpPrototype>