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