Click or drag to resize

PatternFollowedByExpr Class

Followed-by for use in pattern expressions.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaPatternExprBase
    com.espertech.esper.common.client.sodaPatternFollowedByExpr

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class PatternFollowedByExpr : PatternExprBase

The PatternFollowedByExpr type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildren (Inherited from PatternExprBase.)
Public propertyOptionalMaxPerSubexpression
Returns the instance limits, if any, for pattern-subexpressions.
Public propertyPrecedence (Overrides PatternExprBasePrecedence.)
Public propertyTreeObjectName (Inherited from PatternExprBase.)
Top
Methods
  NameDescription
Public methodAdd
Adds a pattern expression to the followed-by relationship between patterns.
Protected methodAddChild
Adds a sub-expression to the pattern expression.
(Inherited from PatternExprBase.)
Public methodToEPL (Inherited from PatternExprBase.)
Public methodToPrecedenceFreeEPL (Overrides PatternExprBaseToPrecedenceFreeEPL(TextWriter, EPStatementFormatter).)
Top
See Also