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, getChild
String getName()
int getIndex()
int getParamCount()
boolean isVarArgs()
true
if this node supports varargs.Copyright © 2015. All rights reserved.