![]() | Disjunction Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class Disjunction : Junction
The Disjunction type exposes the following members.
Name | Description | |
---|---|---|
![]() | Disjunction |
Ctor - for use to create an expression tree, without child expression.
Use add methods to add child expressions to acts upon.
|
![]() | Disjunction(Expression, Expression, Expression) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | Add(String) | Property to add to the conjunction (AND) or disjunction (OR). (Inherited from Junction.) |
![]() | Add(Expression) | Expression to add to the conjunction (AND) or disjunction (OR). (Inherited from Junction.) |
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |