![]() | SubstitutionParameterExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class SubstitutionParameterExpression : ExpressionBase
The SubstitutionParameterExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | SubstitutionParameterExpression |
Ctor.
|
![]() | SubstitutionParameterExpression(String, String) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | OptionalName |
Returns the name when provided
|
![]() | OptionalType |
Returns the type when provided
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetOptionalName |
Sets the name
|
![]() | SetOptionalType |
Sets the type
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |