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