public interface BinaryExpressionNode extends ExpressionNode
| Modifier and Type | Method and Description |
|---|---|
ExpressionNode |
getFirstChild()
Gets the first child in the filter expression tree.
|
String |
getOperator()
Gets the operator of the filter expression.
|
ExpressionNode |
getSecondChild()
Gets the second child in the filter expression tree.
|
getKind, hasFunction, hasOperator, hasProperty, isLeafUnit, isLiteralNode, isPropertyNodegetLeafUnitNodes, getNodesString getOperator()
ExpressionNode getFirstChild()
ExpressionNode object containing the first child in the filter expression treeExpressionNode getSecondChild()
ExpressionNode object containing the second child in the filter expression treeCopyright © 2020 SAP. All Rights Reserved.