![]() | PatternOrExpr Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class PatternOrExpr : PatternExprBase
The PatternOrExpr type exposes the following members.
Name | Description | |
---|---|---|
![]() | PatternOrExpr | Ctor - for use to create a pattern expression tree, without pattern child expression. |
![]() | PatternOrExpr(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 OR relationship between patterns. |
![]() | AddChild | Adds a sub-expression to the pattern expression. (Inherited from PatternExprBase.) |
![]() | ToEPL | (Inherited from PatternExprBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides PatternExprBaseToPrecedenceFreeEPL(TextWriter, EPStatementFormatter).) |