public static class DefaultFunctionFactory.FromOctalFunction extends AbstractFunction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FUNC_NAME |
| Constructor and Description |
|---|
FromOctalFunction() |
| Modifier and Type | Method and Description |
|---|---|
Function |
copy()
Returns this.
|
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.
|
protected java.lang.String |
getFunctionDisplayName() |
java.lang.Class<?> |
getType()
Returns the type of Object that this function will generate with execute
|
protected boolean |
validateNumArgs(int num) |
executeArg, initArgs, logconnect, disconnect, executeAll, shutdown, startuppublic static final java.lang.String FUNC_NAME
public QualifiedValue execute(Expression[] args) throws ExpressionException
FunctionExpressionExceptionprotected boolean validateNumArgs(int num)
validateNumArgs in class AbstractFunctionpublic java.lang.Class<?> getType()
Functionpublic java.lang.String getArgDocString()
Functionprotected java.lang.String getFunctionDisplayName()
getFunctionDisplayName in class AbstractFunctionpublic Function copy()
BaseFunctioncopy in interface Functioncopy in class BaseFunction