![]() | PatternObserverExpr Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class PatternObserverExpr : EPBaseNamedObject, PatternExpr
The PatternObserverExpr type exposes the following members.
Name | Description | |
---|---|---|
![]() | PatternObserverExpr |
Ctor.
|
![]() | PatternObserverExpr(String, String, Expression) |
Ctor - for use to create a pattern expression tree, without pattern child expression.
|
![]() | PatternObserverExpr(String, String, IListT) | Initializes a new instance of the PatternObserverExpr class |
Name | Description | |
---|---|---|
![]() | Children | |
![]() | 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.
|