Click or drag to resize

BitwiseOpExpression Class

Bitwise (binary) operator for binary AND, binary OR and binary XOR.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaExpressionBase
    com.espertech.esper.common.client.sodaBitwiseOpExpression

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class BitwiseOpExpression : ExpressionBase

The BitwiseOpExpression type exposes the following members.

Constructors
  NameDescription
Public methodBitwiseOpExpression
Ctor.
Public methodBitwiseOpExpression(BitWiseOpEnum)
Ctor - for use to create an expression tree, without child expression.

Use add methods to add child expressions to acts upon.

Top
Properties
  NameDescription
Public propertyBinaryOp
Returns the binary operator.
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
Methods
  NameDescription
Public methodAdd(Object)
Add a constant to the expression.
Public methodAdd(String)
Add a property to the expression.
Public methodAdd(Expression)
Add an expression to the expression.
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also