![]() | PatternAndExpr Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class PatternAndExpr : PatternExprBase
The PatternAndExpr type exposes the following members.
Name | Description | |
---|---|---|
![]() | PatternAndExpr |
Ctor - for use to create a pattern expression tree, without pattern child expression.
|
![]() | PatternAndExpr(PatternExpr, PatternExpr, PatternExpr) | Ctor. |
Name | Description | |
---|---|---|
![]() | Children | (Inherited from PatternExprBase.) |
![]() | Precedence | (Overrides PatternExprBasePrecedence.) |
![]() | TreeObjectName | (Inherited from PatternExprBase.) |
Name | Description | |
---|---|---|
![]() | Add | Adds a pattern expression to the AND relationship between patterns. |
![]() | AddChild | Adds a sub-expression to the pattern expression. (Inherited from PatternExprBase.) |
![]() | ToEPL | (Inherited from PatternExprBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides PatternExprBaseToPrecedenceFreeEPL(TextWriter, EPStatementFormatter).) |