Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
com.espertech.esper.common.internal.epl.expression.ops | |
com.espertech.esper.common.internal.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 |
---|---|
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.
|
Copyright © 2005–2018. All rights reserved.