public static enum UnaryMathIntrinsicNode.UnaryOperation extends Enum<UnaryMathIntrinsicNode.UnaryOperation>
| Modifier and Type | Field and Description |
|---|---|
ForeignCallSignature |
foreignCallSignature |
| Modifier and Type | Method and Description |
|---|---|
double |
compute(double value) |
Stamp |
computeStamp(Stamp valueStamp) |
static UnaryMathIntrinsicNode.UnaryOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryMathIntrinsicNode.UnaryOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnaryMathIntrinsicNode.UnaryOperation LOG
public static final UnaryMathIntrinsicNode.UnaryOperation LOG10
public static final UnaryMathIntrinsicNode.UnaryOperation SIN
public static final UnaryMathIntrinsicNode.UnaryOperation COS
public static final UnaryMathIntrinsicNode.UnaryOperation TAN
public static final UnaryMathIntrinsicNode.UnaryOperation EXP
public final ForeignCallSignature foreignCallSignature
public static UnaryMathIntrinsicNode.UnaryOperation[] values()
public static UnaryMathIntrinsicNode.UnaryOperation 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 double compute(double value)