![]() | PatternFollowedByExpr Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class PatternFollowedByExpr : PatternExprBase
The PatternFollowedByExpr type exposes the following members.
Name | Description | |
---|---|---|
![]() | PatternFollowedByExpr |
Ctor - for use to create a pattern expression tree, without pattern child expression.
|
![]() | PatternFollowedByExpr(IListT) | Initializes a new instance of the PatternFollowedByExpr class |
![]() | PatternFollowedByExpr(PatternExpr, PatternExpr, PatternExpr) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children | (Inherited from PatternExprBase.) |
![]() | OptionalMaxPerSubexpression | Returns the instance limits, if any, for pattern-subexpressions. |
![]() | Precedence | (Overrides PatternExprBasePrecedence.) |
![]() | TreeObjectName | (Inherited from PatternExprBase.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds a pattern expression to the followed-by relationship between patterns.
|
![]() | AddChild | Adds a sub-expression to the pattern expression. (Inherited from PatternExprBase.) |
![]() | ToEPL | (Inherited from PatternExprBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides PatternExprBaseToPrecedenceFreeEPL(TextWriter, EPStatementFormatter).) |