Click or drag to resize

MatchRecognizeRegExRepeat Class

Match-recognize pattern descriptor for repetition
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaMatchRecognizeRegExRepeat

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

The MatchRecognizeRegExRepeat type exposes the following members.

Constructors
  NameDescription
Public methodMatchRecognizeRegExRepeat
Initializes a new instance of the MatchRecognizeRegExRepeat class.
Public methodMatchRecognizeRegExRepeat(Expression, Expression, Expression)
Initializes a new instance of the MatchRecognizeRegExRepeat class.
Top
Properties
  NameDescription
Public propertyHigh
Gets or sets the high endpoint or null.
Public propertyLow
Gets or sets the low endpoint or null.
Public propertySingle
Gets or sets the single exact-match repetition, should be null if low or high is provided.
Top
Methods
  NameDescription
Public methodWriteEPL
RenderAny as epl.
Top
See Also