public interface Function extends Expression
| Modifier and Type | Field and Description |
|---|---|
static int |
VARARGS
Constant indicating a variable argument count
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(Expression e)
Add a parameter value sub-expression to this function.
|
java.lang.String |
getName()
Get the name of this function.
|
int |
getParameterCount()
Get the maximum number of parameters accepted by this Function.
|
addExpressionListener, get, getBoolean, getDouble, getFloat, getInt, getLong, getType, removeExpressionListener, visitstatic final int VARARGS
java.lang.String getName()
void addParameter(Expression e)
e - the parameter sub-expressionint getParameterCount()
VARARGS is the number is variable.