![]() | RegExpExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class RegExpExpression : ExpressionBase
The RegExpExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | RegExpExpression |
Ctor - for use to create an expression tree, without child expression.
|
![]() | RegExpExpression(Boolean) |
Ctor - for use to create an expression tree, without child expression.
|
![]() | RegExpExpression(Expression, Expression) |
Ctor.
|
![]() | RegExpExpression(Expression, Expression, Expression) |
Ctor.
|
![]() | RegExpExpression(Expression, Expression, Boolean) |
Ctor.
|
![]() | RegExpExpression(Expression, Expression, Expression, Boolean) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | IsNot |
Returns true if negated.
|
![]() | 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).) |