public static enum ArrayLiteralNode.ArrayContentType extends Enum<ArrayLiteralNode.ArrayContentType>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
Byte |
ByteWithHoles |
Double |
DoubleWithHoles |
Integer |
IntegerWithHoles |
Object |
| Modifier and Type | Method and Description |
|---|---|
static ArrayLiteralNode.ArrayContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayLiteralNode.ArrayContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArrayLiteralNode.ArrayContentType Byte
public static final ArrayLiteralNode.ArrayContentType ByteWithHoles
public static final ArrayLiteralNode.ArrayContentType Integer
public static final ArrayLiteralNode.ArrayContentType IntegerWithHoles
public static final ArrayLiteralNode.ArrayContentType Double
public static final ArrayLiteralNode.ArrayContentType DoubleWithHoles
public static final ArrayLiteralNode.ArrayContentType Object
public static ArrayLiteralNode.ArrayContentType[] values()
public static ArrayLiteralNode.ArrayContentType 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