![]() | CaseSwitchExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class CaseSwitchExpression : ExpressionBase
The CaseSwitchExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | CaseSwitchExpression |
Ctor - for use to create an expression tree, without inner expression
|
![]() | CaseSwitchExpression(Expression) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds a pair of expressions representing a "when" and a "then" in the switch.
|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetElse |
Sets the else-part of the case-switch. This result of this expression is returned
when no when-expression matched.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |