public interface Expression
| Modifier and Type | Method and Description |
|---|---|
default List<ExpressionNode> |
getLeafUnitNodes()
Gets all the leaf units of the expression tree.
|
default List<ExpressionNode> |
getNodes()
Gets all the nodes from a filter expression tree.
|
default List<ExpressionNode> getLeafUnitNodes()
Name eq 'John' is a leaf unit within a bigger filter expression tree.filterTreeNode - Represents the filter expression treedefault List<ExpressionNode> getNodes()
filterTree - An ExpressionNode object which is the root node of a filter expression treeExpressionNode objects containing all nodes of a given filter expression treeCopyright © 2020 SAP. All Rights Reserved.