protected static enum IsArrayNode.Kind extends Enum<IsArrayNode.Kind>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
AnyArray
Array, Typed Array, or Arguments exotic object, or Object.prototype.
|
Array
Array exotic object.
|
FastArray
Fast Array exotic object.
|
FastOrTypedArray
Fast Array, Arguments, or Typed Array exotic object.
|
| Modifier and Type | Method and Description |
|---|---|
static IsArrayNode.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsArrayNode.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IsArrayNode.Kind FastOrTypedArray
public static final IsArrayNode.Kind FastArray
public static final IsArrayNode.Kind Array
public static final IsArrayNode.Kind AnyArray
public static IsArrayNode.Kind[] values()
public static IsArrayNode.Kind 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 null