public enum DynamicInvokeType extends Enum<DynamicInvokeType>
| Enum Constant and Description |
|---|
ALTMETAFACTORY_1 |
ALTMETAFACTORY_2 |
BOOTSTRAP |
METAFACTORY_1 |
METAFACTORY_2 |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getConstName() |
static DynamicInvokeType |
lookup(String name) |
static DynamicInvokeType |
valueOf(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(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 nullpublic String getConstName()
public static DynamicInvokeType lookup(String name)
Copyright © 2011-2021. All Rights Reserved.