public static enum JSToPrimitiveNode.Hint extends Enum<JSToPrimitiveNode.Hint>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method and Description |
|---|---|
com.oracle.truffle.api.strings.TruffleString |
getHintName() |
static JSToPrimitiveNode.Hint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSToPrimitiveNode.Hint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSToPrimitiveNode.Hint Default
public static final JSToPrimitiveNode.Hint Number
public static final JSToPrimitiveNode.Hint String
public static JSToPrimitiveNode.Hint[] values()
public static JSToPrimitiveNode.Hint 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 nullpublic com.oracle.truffle.api.strings.TruffleString getHintName()