Click or drag to resize

PatternGuardExpr Class

Guard is the where timer-within pattern object 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 PatternGuardExpr : EPBaseNamedObject, 
	PatternExpr

The PatternGuardExpr type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildren
Public propertyGuarded
Get sub expression
Public propertyName
Returns the object name.
(Inherited from EPBaseNamedObject.)
Public propertyNamespace
Returns the object namespace name.
(Inherited from EPBaseNamedObject.)
Public propertyParameters
Returns the object parameters.
(Inherited from EPBaseNamedObject.)
Public propertyPrecedence
Public propertyTreeObjectName
Top
Methods
  NameDescription
Public methodToEPL(TextWriter)
Writes the object in EPL-syntax in the format "namespace:name(parameter, parameter, ..., parameter)"
(Inherited from EPBaseNamedObject.)
Public methodToEPL(TextWriter, PatternExprPrecedenceEnum, EPStatementFormatter)
Public methodToPrecedenceFreeEPL
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.
Top
See Also