![]() | DotExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class DotExpression : ExpressionBase
The DotExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | DotExpression |
Ctor.
|
![]() | DotExpression(Expression) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Chain |
Returns the method chain of all methods after the dot.
|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | Add(String, IListT) | |
![]() | Add(String, IListT, Void) | |
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |