public interface FunctionNode extends Node
| Modifier and Type | Method and Description | 
|---|---|
| int | getIndex()Get the unique index of this identifier in the expression (e.g. | 
| String | getName()Get the full function name | 
| int | getParamCount()Get the number of parameters for this function | 
| boolean | isVarArgs() | 
getCardinality, getChildString getName()
int getIndex()
int getParamCount()
boolean isVarArgs()
true if this node supports varargs.Copyright © 2018. All rights reserved.