public static enum JSTypeofIdenticalNode.Type extends Enum<JSTypeofIdenticalNode.Type>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
BigInt |
Boolean |
False
Unknown type string.
|
Function |
Number |
Object |
String |
Symbol |
Undefined |
| Modifier and Type | Method and Description |
|---|---|
static JSTypeofIdenticalNode.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSTypeofIdenticalNode.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSTypeofIdenticalNode.Type Number
public static final JSTypeofIdenticalNode.Type BigInt
public static final JSTypeofIdenticalNode.Type String
public static final JSTypeofIdenticalNode.Type Boolean
public static final JSTypeofIdenticalNode.Type Object
public static final JSTypeofIdenticalNode.Type Undefined
public static final JSTypeofIdenticalNode.Type Function
public static final JSTypeofIdenticalNode.Type Symbol
public static final JSTypeofIdenticalNode.Type False
public static JSTypeofIdenticalNode.Type[] values()
public static JSTypeofIdenticalNode.Type 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