Click or drag to resize

PatternExprBase Class

Abstract base class for all pattern expressions.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaPatternExprBase
    More...

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

The PatternExprBase type exposes the following members.

Constructors
  NameDescription
Protected methodPatternExprBase
Ctor.
Top
Properties
  NameDescription
Public propertyChildren
Public propertyPrecedence
Returns the Precedence.
Public propertyTreeObjectName
Top
Methods
  NameDescription
Protected methodAddChild
Adds a sub-expression to the pattern expression.
Public methodToEPL
Public methodToPrecedenceFreeEPL
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.
Top
See Also
Inheritance Hierarchy