![]() | PatternExpr Interface |
Namespace: com.espertech.esper.common.client.soda
public interface PatternExpr
The PatternExpr type exposes the following members.
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of pattern sub-expressions (child expressions) to the current pattern expression node.
|
![]() | Precedence |
Returns the precedence.
|
![]() | TreeObjectName |
Returns the id for the pattern expression, for use by tools.
|
Name | Description | |
---|---|---|
![]() | ToEPL |
Renders the pattern expression and all it's child expressions, in full tree depth, as a string in
language syntax.
|