![]() | InExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class InExpression : ExpressionBase
The InExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | InExpression |
Ctor.
|
![]() | InExpression(Boolean) |
Ctor - for use to create an expression tree, without child expression.
Use add methods to add child expressions to acts upon.
|
![]() | InExpression(Expression, Boolean, Expression) |
Ctor.
|
![]() | InExpression(Expression, Boolean, Object) |
Ctor - for use to create an expression tree, without child expression.
Use add methods to add child expressions to acts upon.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | IsNotIn |
Returns true for the not-in expression, or false for an in-expression.
|
![]() | NotIn |
Returns true for the not-in expression, or false for an in-expression.
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | Add(Object) |
Add a constant to include in the computation.
|
![]() | Add(String) |
Add a property to include in the computation.
|
![]() | Add(Expression) |
Add an expression to include in the computation.
|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetNotIn |
Set to true to indicate this is a not-in expression.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |