![]() | PatternGuardExpr Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class PatternGuardExpr : EPBaseNamedObject, PatternExpr
The PatternGuardExpr type exposes the following members.
Name | Description | |
---|---|---|
![]() | PatternGuardExpr(String, String, IListT) | Initializes a new instance of the PatternGuardExpr class |
![]() | PatternGuardExpr(String, String, Expression, PatternExpr) |
Ctor - for use to create a pattern expression tree, without pattern child expression.
|
![]() | PatternGuardExpr(String, String, IListT, Void) | Initializes a new instance of the PatternGuardExpr class |
Name | Description | |
---|---|---|
![]() | Children | |
![]() | Guarded |
Get sub expression
|
![]() | Name |
Returns the object name.
(Inherited from EPBaseNamedObject.) |
![]() | Namespace |
Returns the object namespace name.
(Inherited from EPBaseNamedObject.) |
![]() | Parameters |
Returns the object parameters.
(Inherited from EPBaseNamedObject.) |
![]() | Precedence | |
![]() | TreeObjectName |
Name | Description | |
---|---|---|
![]() | ToEPL(TextWriter) |
Writes the object in EPL-syntax in the format "namespace:name(parameter, parameter, ..., parameter)"
(Inherited from EPBaseNamedObject.) |
![]() | ToEPL(TextWriter, PatternExprPrecedenceEnum, EPStatementFormatter) | |
![]() | ToPrecedenceFreeEPL |
Renders the expressions and all it's child expression, in full tree depth, as a string in
language syntax.
|