Package | Description |
---|---|
com.espertech.esper.codegen.model.expression |
Code-Generation Expression Model
|
Modifier and Type | Method and Description |
---|---|
static CodegenExpressionRelational.CodegenRelational |
CodegenExpressionRelational.CodegenRelational.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodegenExpressionRelational.CodegenRelational[] |
CodegenExpressionRelational.CodegenRelational.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
CodegenExpressionBuilder.relational(CodegenExpression lhs,
CodegenExpressionRelational.CodegenRelational op,
CodegenExpression rhs) |
Constructor and Description |
---|
CodegenExpressionRelational(CodegenExpression lhs,
CodegenExpressionRelational.CodegenRelational op,
CodegenExpression rhs) |