![]() | PatternMatchUntilExpr Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class PatternMatchUntilExpr : PatternExprBase
The PatternMatchUntilExpr type exposes the following members.
Name | Description | |
---|---|---|
![]() | PatternMatchUntilExpr | Ctor - for use to create a pattern expression tree, without pattern child expression. |
![]() | PatternMatchUntilExpr(Expression) | Ctor. |
![]() | PatternMatchUntilExpr(Expression, Expression, Expression) | Ctor - for use when adding required child nodes later. |
![]() | PatternMatchUntilExpr(Expression, Expression, PatternExpr, PatternExpr) | Ctor. |
Name | Description | |
---|---|---|
![]() | Children | (Inherited from PatternExprBase.) |
![]() | High | Returns the optional high endpoint for the repeat, or null if none supplied. |
![]() | Low | Returns the optional low endpoint for the repeat, or null if none supplied. |
![]() | Precedence | (Overrides PatternExprBasePrecedence.) |
![]() | Single | Returns the single-bounds expression. |
![]() | TreeObjectName | (Inherited from PatternExprBase.) |
Name | Description | |
---|---|---|
![]() | AddChild | Adds a sub-expression to the pattern expression. (Inherited from PatternExprBase.) |
![]() | ToEPL | (Inherited from PatternExprBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides PatternExprBaseToPrecedenceFreeEPL(TextWriter, EPStatementFormatter).) |