public static enum PolyglotCompilerOptions.PerformanceWarningKind extends Enum<PolyglotCompilerOptions.PerformanceWarningKind>
| Enum Constant and Description |
|---|
FRAME_INCOMPATIBLE_MERGE |
TRIVIAL_FAIL |
VIRTUAL_INSTANCEOF |
VIRTUAL_RUNTIME_CALL |
VIRTUAL_STORE |
| Modifier and Type | Method and Description |
|---|---|
static PolyglotCompilerOptions.PerformanceWarningKind |
forName(String name) |
static PolyglotCompilerOptions.PerformanceWarningKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolyglotCompilerOptions.PerformanceWarningKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolyglotCompilerOptions.PerformanceWarningKind VIRTUAL_RUNTIME_CALL
public static final PolyglotCompilerOptions.PerformanceWarningKind VIRTUAL_INSTANCEOF
public static final PolyglotCompilerOptions.PerformanceWarningKind VIRTUAL_STORE
public static final PolyglotCompilerOptions.PerformanceWarningKind FRAME_INCOMPATIBLE_MERGE
public static final PolyglotCompilerOptions.PerformanceWarningKind TRIVIAL_FAIL
public static PolyglotCompilerOptions.PerformanceWarningKind[] values()
public static PolyglotCompilerOptions.PerformanceWarningKind 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 static PolyglotCompilerOptions.PerformanceWarningKind forName(String name)