![]() | ArithmaticExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class ArithmaticExpression : ExpressionBase
The ArithmaticExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArithmaticExpression |
Ctor.
|
![]() | ArithmaticExpression(String) |
Ctor.
|
![]() | ArithmaticExpression(Expression, String, Expression) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | Operator |
Returns the arithmatic operator.
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | Add(Object) |
Add a constant to include in the computation.
|
![]() | Add(String) |
Add a property to include in the computation.
|
![]() | Add(Expression) |
Add an expression to include in the computation.
|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |