public interface Function extends Expression
Modifier and Type | Field and Description |
---|---|
static int |
VARARGS
Constant indicating a vriable 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, visit
static final int VARARGS
java.lang.String getName()
void addParameter(Expression e)
e
- the parameter sub-expressionint getParameterCount()
VARARGS
is the number is variable.Copyright ? 2013 Regents of the University of California