public interface FunctionNode extends ExpressionNode
Function| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionName()
Gets the name of the function.
|
int |
getParameterCount()
Gets the number of parameters in the function.
|
List<ExpressionNode> |
getParameters()
Gets the list of filter expressions used in the function.
|
getKind, hasFunction, hasOperator, hasProperty, isLeafUnit, isLiteralNode, isPropertyNodegetLeafUnitNodes, getNodesString getFunctionName()
int getParameterCount()
List<ExpressionNode> getParameters()
ExpressionNode objectsCopyright © 2020 SAP. All Rights Reserved.