public static enum CodegenExpressionRelational.CodegenRelational extends Enum<CodegenExpressionRelational.CodegenRelational>
Modifier and Type | Method and Description |
---|---|
String |
getOp() |
static CodegenExpressionRelational.CodegenRelational |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodegenExpressionRelational.CodegenRelational[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodegenExpressionRelational.CodegenRelational GE
public static final CodegenExpressionRelational.CodegenRelational GT
public static final CodegenExpressionRelational.CodegenRelational LE
public static final CodegenExpressionRelational.CodegenRelational LT
public static CodegenExpressionRelational.CodegenRelational[] values()
for (CodegenExpressionRelational.CodegenRelational c : CodegenExpressionRelational.CodegenRelational.values()) System.out.println(c);
public static CodegenExpressionRelational.CodegenRelational 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 String getOp()