public static enum TruffleCompilerOptionDescriptor.Type extends Enum<TruffleCompilerOptionDescriptor.Type>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
DEBUG
An option only relevant when debugging the compiler.
|
EXPERT
An option only relevant in corner cases and for fine-tuning.
|
USER
An option common for users to apply.
|
| Modifier and Type | Method and Description |
|---|---|
static TruffleCompilerOptionDescriptor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TruffleCompilerOptionDescriptor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TruffleCompilerOptionDescriptor.Type USER
public static final TruffleCompilerOptionDescriptor.Type EXPERT
public static final TruffleCompilerOptionDescriptor.Type DEBUG
public static TruffleCompilerOptionDescriptor.Type[] values()
public static TruffleCompilerOptionDescriptor.Type 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