public enum CompilationState extends Enum<CompilationState>
| Enum Constant and Description |
|---|
FIRST_TIER_INLINED |
FIRST_TIER_ROOT |
INTERPRETED |
LAST_TIER_INLINED |
LAST_TIER_ROOT |
| Modifier and Type | Method and Description |
|---|---|
static CompilationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompilationState INTERPRETED
public static final CompilationState FIRST_TIER_ROOT
public static final CompilationState LAST_TIER_ROOT
public static final CompilationState FIRST_TIER_INLINED
public static final CompilationState LAST_TIER_INLINED
public static CompilationState[] values()
public static CompilationState 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