public static enum TruffleJSONParser.Mode extends Enum<TruffleJSONParser.Mode>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
RawJSON |
WithoutReviver |
WithReviver |
WithReviverAndSource |
| Modifier and Type | Method and Description |
|---|---|
static TruffleJSONParser.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TruffleJSONParser.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TruffleJSONParser.Mode RawJSON
public static final TruffleJSONParser.Mode WithoutReviver
public static final TruffleJSONParser.Mode WithReviver
public static final TruffleJSONParser.Mode WithReviverAndSource
public static TruffleJSONParser.Mode[] values()
public static TruffleJSONParser.Mode 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