![]() | Junction Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public abstract class Junction : ExpressionBase
The Junction type exposes the following members.
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | Precedence | (Inherited from ExpressionBase.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | Add(String) | Property to add to the conjunction (AND) or disjunction (OR). |
![]() | Add(Expression) | Expression to add to the conjunction (AND) or disjunction (OR). |
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL(TextWriter) |
Renders the expressions and all it's child expression, in full tree depth, as a string in
language syntax.
(Inherited from ExpressionBase.) |