Click or drag to resize

PatternAndExpr Class

Logical AND for use in pattern expressions.
Inheritance Hierarchy

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

The PatternAndExpr type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAdd
Adds a pattern expression to the AND 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