public abstract class FunctionCall extends PrimaryExpr
EXPR, FUNCTION_CALL, LITERAL, NUMBER, VARIABLE_REFERENCEBOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR| Constructor and Description |
|---|
FunctionCall() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getFunctionName()
Returns the name of the function
|
abstract XPathExpression |
getParameter(int index)
Returns the XPathExpression at the specified position in this list.
|
abstract int |
getParameterCount()
Returns the number of expressions in the parameter list
|
getExprType, getTypeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, toStringpublic abstract java.lang.String getFunctionName()
public abstract XPathExpression getParameter(int index) throws java.lang.IndexOutOfBoundsException
index - the position of the Expr to returnjava.lang.IndexOutOfBoundsExceptionpublic abstract int getParameterCount()