![]() | ConstantExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class ConstantExpression : ExpressionBase
The ConstantExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConstantExpression |
Ctor.
|
![]() | ConstantExpression(Object) |
Ctor.
|
![]() | ConstantExpression(Object, String) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | Constant |
Returns the constant value that the expression represents.
|
![]() | ConstantType |
Returns the type of the constant.
|
![]() | 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).) |