public static enum BinaryMathIntrinsicNode.BinaryOperation extends Enum<BinaryMathIntrinsicNode.BinaryOperation>
| Enum Constant and Description |
|---|
POW |
| Modifier and Type | Field and Description |
|---|---|
ForeignCallSignature |
foreignCallSignature |
| Modifier and Type | Method and Description |
|---|---|
static BinaryMathIntrinsicNode.BinaryOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryMathIntrinsicNode.BinaryOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BinaryMathIntrinsicNode.BinaryOperation POW
public final ForeignCallSignature foreignCallSignature
public static BinaryMathIntrinsicNode.BinaryOperation[] values()
public static BinaryMathIntrinsicNode.BinaryOperation 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