public enum ParsingReason extends Enum<ParsingReason>
| Enum Constant and Description |
|---|
AOTCompilation |
EarlyClassInitializerAnalysis |
JITCompilation |
PointsToAnalysis |
UnsafeSubstitutionAnalysis |
| Modifier and Type | Method and Description |
|---|---|
static ParsingReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsingReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParsingReason PointsToAnalysis
public static final ParsingReason AOTCompilation
public static final ParsingReason JITCompilation
public static final ParsingReason EarlyClassInitializerAnalysis
public static final ParsingReason UnsafeSubstitutionAnalysis
public static ParsingReason[] values()
public static ParsingReason 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