![]() | InstanceOfExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class InstanceOfExpression : ExpressionBase
The InstanceOfExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | InstanceOfExpression |
Ctor.
|
![]() | InstanceOfExpression(String) |
Ctor - for use to create an expression tree, without child expression.
|
![]() | InstanceOfExpression(Expression, String, String) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
![]() | TypeNames |
Returns the types to compare to.
|
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetTypeNames |
Sets the types to compare to.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |