public enum CanonicalCondition extends Enum<CanonicalCondition>
| Modifier and Type | Method and Description |
|---|---|
Condition |
asCondition() |
boolean |
foldCondition(Constant lt,
Constant rt,
ConstantReflectionProvider constantReflection,
boolean unorderedIsTrue) |
boolean |
foldCondition(PrimitiveConstant lp,
PrimitiveConstant rp,
boolean unorderedIsTrue) |
boolean |
isUnsigned() |
static CanonicalCondition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CanonicalCondition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CanonicalCondition EQ
public static final CanonicalCondition LT
public static final CanonicalCondition BT
public static CanonicalCondition[] values()
public static CanonicalCondition 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 Condition asCondition()
public boolean foldCondition(Constant lt,
Constant rt,
ConstantReflectionProvider constantReflection,
boolean unorderedIsTrue)
public boolean foldCondition(PrimitiveConstant lp,
PrimitiveConstant rp,
boolean unorderedIsTrue)
public boolean isUnsigned()