![]() | CastExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class CastExpression : ExpressionBase
The CastExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | CastExpression |
Ctor.
|
![]() | CastExpression(String) |
Ctor - for use to create an expression tree, without child expression.
|
![]() | CastExpression(Expression, String) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
![]() | TypeName |
Returns the name of the type to cast to.
|
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetTypeName |
Sets the name of the type to cast to.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |