| Interface | Description |
|---|---|
| BinaryExpressionNode |
Represents a filter expression containing a binary operator.
|
| Expression | |
| ExpressionBuilder | |
| ExpressionHelper | |
| ExpressionNode | |
| ExpressionOperatorTypes | |
| FunctionNode |
Represents a function node.
|
| LiteralNode |
Represents a leaf node which has a literal value.
|
| NodeInfo |
Represents the node information.
|
| PropertyNode | |
| UnaryExpressionNode |
| Class | Description |
|---|---|
| ExpressionAPIUtility |
Provides methods for working with expression trees.
|
| Enum | Description |
|---|---|
| ExpressionOperatorTypes.BINARY_OPERATOR |
Provides the operators supported in a binary filter expression.
|
| ExpressionOperatorTypes.FUNCTION |
Provides the functions supported in a filter expression.
|
| ExpressionOperatorTypes.NODE_KIND |
Provides the types of node supported in a filter expression.
|
| ExpressionOperatorTypes.OPERATOR |
Provides the operators supported in a filter expression.
|
| ExpressionOperatorTypes.UNARY_OPERATOR |
Provides the operators supported in a unary filter expression.
|
Copyright © 2020 SAP. All Rights Reserved.