![]() | StaticMethodExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class StaticMethodExpression : ExpressionBase
The StaticMethodExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | StaticMethodExpression(String, IListT) | Initializes a new instance of the StaticMethodExpression class |
![]() | StaticMethodExpression(String, String, Object) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Chain |
Returns the chain of method invocations, each pair a method name and list of parameter expressions
|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | ClassName |
Returns the class name.
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetChain | |
![]() | SetClassName |
Sets the class name.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |