public static enum JSTags.LiteralTag.Type extends Enum<JSTags.LiteralTag.Type>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
ArrayLiteral |
BigIntLiteral |
BooleanLiteral |
FunctionLiteral |
NullLiteral |
NumericLiteral |
ObjectLiteral |
RegExpLiteral |
StringLiteral |
UndefinedLiteral |
| Modifier and Type | Method and Description |
|---|---|
static JSTags.LiteralTag.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSTags.LiteralTag.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSTags.LiteralTag.Type ObjectLiteral
public static final JSTags.LiteralTag.Type ArrayLiteral
public static final JSTags.LiteralTag.Type FunctionLiteral
public static final JSTags.LiteralTag.Type NumericLiteral
public static final JSTags.LiteralTag.Type BooleanLiteral
public static final JSTags.LiteralTag.Type StringLiteral
public static final JSTags.LiteralTag.Type NullLiteral
public static final JSTags.LiteralTag.Type UndefinedLiteral
public static final JSTags.LiteralTag.Type RegExpLiteral
public static final JSTags.LiteralTag.Type BigIntLiteral
public static JSTags.LiteralTag.Type[] values()
public static JSTags.LiteralTag.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