Click or drag to resize

MatchRecognizeRegExPlaceholder Class

For use in match recognize pattern expression as a placeholder to represent its child nodes.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaMatchRecognizeRegEx
    com.espertech.esper.common.client.sodaMatchRecognizeRegExPlaceholder

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

The MatchRecognizeRegExPlaceholder type exposes the following members.

Constructors
  NameDescription
Public methodMatchRecognizeRegExPlaceholder
Initializes a new instance of the MatchRecognizeRegExPlaceholder class
Top
Properties
  NameDescription
Public propertyChildren
Returns child nodes.
(Inherited from MatchRecognizeRegEx.)
Public propertyTreeObjectName
Returns id of expression assigned by tools.
(Inherited from MatchRecognizeRegEx.)
Top
Methods
See Also