public enum DynamicInvokeType extends java.lang.Enum<DynamicInvokeType>
Enum Constant and Description |
---|
ALTMETAFACTORY_1 |
ALTMETAFACTORY_2 |
BOOTSTRAP |
METAFACTORY_1 |
METAFACTORY_2 |
UNKNOWN |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
constName |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConstName() |
static DynamicInvokeType |
lookup(java.lang.String name) |
static DynamicInvokeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynamicInvokeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicInvokeType UNKNOWN
public static final DynamicInvokeType BOOTSTRAP
public static final DynamicInvokeType METAFACTORY_1
public static final DynamicInvokeType METAFACTORY_2
public static final DynamicInvokeType ALTMETAFACTORY_1
public static final DynamicInvokeType ALTMETAFACTORY_2
public static DynamicInvokeType[] values()
for (DynamicInvokeType c : DynamicInvokeType.values()) System.out.println(c);
public static DynamicInvokeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getConstName()
public static DynamicInvokeType lookup(java.lang.String name)