public static enum TruffleBridge.BacktraceFormatter extends Enum<TruffleBridge.BacktraceFormatter>
Enum Constant and Description |
---|
DEBUG |
IMPL_DEBUG |
MRI |
Modifier and Type | Method and Description |
---|---|
static TruffleBridge.BacktraceFormatter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TruffleBridge.BacktraceFormatter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TruffleBridge.BacktraceFormatter MRI
public static final TruffleBridge.BacktraceFormatter DEBUG
public static final TruffleBridge.BacktraceFormatter IMPL_DEBUG
public static TruffleBridge.BacktraceFormatter[] values()
for (TruffleBridge.BacktraceFormatter c : TruffleBridge.BacktraceFormatter.values()) System.out.println(c);
public static TruffleBridge.BacktraceFormatter 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 nullCopyright © 2001-2015 JRuby. All Rights Reserved.