Click or drag to resize

PatternOrExpr Class

Logical OR 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 PatternOrExpr : PatternExprBase

The PatternOrExpr type exposes the following members.

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