public static class DefaultFunctionFactory.IndexOfFunction extends BaseFunction
| Constructor and Description |
|---|
IndexOfFunction() |
IndexOfFunction(boolean reverse) |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue |
execute(Expression[] args)
Execute this function, and return the function's qualified value.
|
java.lang.String |
getArgDocString()
Returns a string to be used in the auto-generated function documentation.
|
java.lang.Class<?> |
getType()
Returns the type of Object that this function will generate with execute
|
void |
initArgs(Expression[] args)
Initialize this function with the given arguments.
|
boolean |
isReverse() |
void |
setReverse(boolean reverse) |
connect, copy, disconnect, executeAll, shutdown, startuppublic IndexOfFunction(boolean reverse)
public IndexOfFunction()
public QualifiedValue execute(Expression[] args) throws ExpressionException
FunctionExpressionExceptionpublic void initArgs(Expression[] args)
Functionpublic java.lang.Class<?> getType()
Functionpublic java.lang.String getArgDocString()
Functionpublic boolean isReverse()
public void setReverse(boolean reverse)