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