![]() | LambdaExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class LambdaExpression : ExpressionBase
The LambdaExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | LambdaExpression |
Ctor.
|
![]() | LambdaExpression(IListT) | Initializes a new instance of the LambdaExpression class |
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | Parameters |
Returns the lambda expression parameters.
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |