| Package | Description |
|---|---|
| com.sap.cloud.sdk.service.prov.api.filter.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryExpressionNodeImpl |
class |
FunctionNodeImpl |
class |
LiteralNodeImpl |
class |
PropertyNodeImpl |
class |
UnaryExpressionNodeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<FilterNodeInternal> |
PropertyNodeImpl.getChildren() |
List<FilterNodeInternal> |
UnaryExpressionNodeImpl.getChildren() |
List<FilterNodeInternal> |
LiteralNodeImpl.getChildren() |
List<FilterNodeInternal> |
BinaryExpressionNodeImpl.getChildren() |
List<FilterNodeInternal> |
FilterNodeInternal.getChildren() |
List<FilterNodeInternal> |
FunctionNodeImpl.getChildren() |
| Constructor and Description |
|---|
BinaryExpressionNodeImpl(FilterNodeInternal firstChild,
FilterNodeInternal secondChild,
NodeInfoImpl nodeInfo) |
UnaryExpressionNodeImpl(FilterNodeInternal child,
NodeInfoImpl nodeInfo) |
| Constructor and Description |
|---|
FunctionNodeImpl(String functionName,
List<FilterNodeInternal> parameters,
NodeInfoImpl nodeInfo) |
Copyright © 2020 SAP. All Rights Reserved.