Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
com.espertech.esper.epl.expression.ops |
Operator expressions.
|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
com.espertech.esper.type |
Internal primitive, enum and other type representations
|
Modifier and Type | Method and Description |
---|---|
BitWiseOpEnum |
BitwiseOpExpression.getBinaryOp()
Returns the binary operator.
|
Modifier and Type | Method and Description |
---|---|
void |
BitwiseOpExpression.setBinaryOp(BitWiseOpEnum binaryOp)
Sets the binary operator.
|
Constructor and Description |
---|
BitwiseOpExpression(BitWiseOpEnum binaryOp)
Ctor - for use to create an expression tree, without child expression.
|
Modifier and Type | Method and Description |
---|---|
BitWiseOpEnum |
ExprBitWiseNode.getBitWiseOpEnum()
Returns the bitwise operator.
|
Constructor and Description |
---|
ExprBitWiseNode(BitWiseOpEnum bitWiseOpEnum)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.qExprBitwise(ExprNode exprNode,
BitWiseOpEnum bitWiseOpEnum) |
void |
Instrumentation.qExprBitwise(ExprNode exprNode,
BitWiseOpEnum bitWiseOpEnum) |
Modifier and Type | Method and Description |
---|---|
static BitWiseOpEnum |
BitWiseOpEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitWiseOpEnum[] |
BitWiseOpEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|