public static enum ReflectBuiltins.Reflect extends Enum<ReflectBuiltins.Reflect> implements BuiltinEnum<ReflectBuiltins.Reflect>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
apply |
construct |
defineProperty |
deleteProperty |
get |
getOwnPropertyDescriptor |
getPrototypeOf |
has |
isExtensible |
ownKeys |
preventExtensions |
set |
setPrototypeOf |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
static ReflectBuiltins.Reflect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReflectBuiltins.Reflect[] |
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, isGetter, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripNamepublic static final ReflectBuiltins.Reflect apply
public static final ReflectBuiltins.Reflect construct
public static final ReflectBuiltins.Reflect defineProperty
public static final ReflectBuiltins.Reflect deleteProperty
public static final ReflectBuiltins.Reflect get
public static final ReflectBuiltins.Reflect getOwnPropertyDescriptor
public static final ReflectBuiltins.Reflect getPrototypeOf
public static final ReflectBuiltins.Reflect has
public static final ReflectBuiltins.Reflect isExtensible
public static final ReflectBuiltins.Reflect ownKeys
public static final ReflectBuiltins.Reflect preventExtensions
public static final ReflectBuiltins.Reflect set
public static final ReflectBuiltins.Reflect setPrototypeOf
public static ReflectBuiltins.Reflect[] values()
public static ReflectBuiltins.Reflect 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<ReflectBuiltins.Reflect>