public static enum PiNode.IntrinsifyOp extends Enum<PiNode.IntrinsifyOp>
| Enum Constant and Description |
|---|
INT_NON_ZERO |
LONG_NON_ZERO |
NON_NULL |
POSITIVE_INT |
| Modifier and Type | Method and Description |
|---|---|
static PiNode.IntrinsifyOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PiNode.IntrinsifyOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PiNode.IntrinsifyOp NON_NULL
public static final PiNode.IntrinsifyOp POSITIVE_INT
public static final PiNode.IntrinsifyOp INT_NON_ZERO
public static final PiNode.IntrinsifyOp LONG_NON_ZERO
public static PiNode.IntrinsifyOp[] values()
public static PiNode.IntrinsifyOp 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