public static enum Branch.UnaryBranch.CompareOp extends Enum<Branch.UnaryBranch.CompareOp>
Modifier and Type | Method and Description |
---|---|
static Branch.UnaryBranch.CompareOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Branch.UnaryBranch.CompareOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Branch.UnaryBranch.CompareOp EQZ
public static final Branch.UnaryBranch.CompareOp NEZ
public static final Branch.UnaryBranch.CompareOp LTZ
public static final Branch.UnaryBranch.CompareOp LEZ
public static final Branch.UnaryBranch.CompareOp GTZ
public static final Branch.UnaryBranch.CompareOp GEZ
public static Branch.UnaryBranch.CompareOp[] values()
for (Branch.UnaryBranch.CompareOp c : Branch.UnaryBranch.CompareOp.values()) System.out.println(c);
public static Branch.UnaryBranch.CompareOp 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