Click or drag to resize

PatternMatchUntilExpr Class

Match-Until construct for use in pattern expressions.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaPatternExprBase
    com.espertech.esper.common.client.sodaPatternMatchUntilExpr

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

The PatternMatchUntilExpr type exposes the following members.

Constructors
  NameDescription
Public methodPatternMatchUntilExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
Public methodPatternMatchUntilExpr(Expression)
Ctor.
Public methodPatternMatchUntilExpr(Expression, Expression, Expression)
Ctor - for use when adding required child nodes later.
Public methodPatternMatchUntilExpr(Expression, Expression, PatternExpr, PatternExpr)
Ctor.
Top
Properties
  NameDescription
Public propertyChildren (Inherited from PatternExprBase.)
Public propertyHigh
Returns the optional high endpoint for the repeat, or null if none supplied.
Public propertyLow
Returns the optional low endpoint for the repeat, or null if none supplied.
Public propertyPrecedence (Overrides PatternExprBasePrecedence.)
Public propertySingle
Returns the single-bounds expression.
Public propertyTreeObjectName (Inherited from PatternExprBase.)
Top
Methods
See Also