Class FunctionSTR2CSV
java.lang.Object
com.igormaznitsa.jcp.expression.functions.AbstractFunction
com.igormaznitsa.jcp.expression.functions.AbstractStrConverter
com.igormaznitsa.jcp.expression.functions.FunctionSTR2CSV
- All Implemented Interfaces:
ExpressionItem
The class implements the str2csv function handler
-
Field Summary
Fields inherited from class AbstractFunction
ALL_FUNCTIONS, EXECUTION_PREFIX, FUNCTION_NAME_MAP, UID_COUNTER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteStr(PreprocessorContext context, Value value) getName()Get the function nameGet the function reference to be output for a help requestGet the result typeMethods inherited from class AbstractStrConverter
getAllowedArgumentTypes, getArityMethods inherited from class AbstractFunction
findForClass, findForName, getExpressionItemPriority, getExpressionItemType, toString
-
Constructor Details
-
FunctionSTR2CSV
public FunctionSTR2CSV()
-
-
Method Details
-
getName
Description copied from class:AbstractFunctionGet the function name- Specified by:
getNamein classAbstractFunction- Returns:
- the function name in lower case, must not be null
-
executeStr
- Specified by:
executeStrin classAbstractStrConverter
-
getReference
Description copied from class:AbstractFunctionGet the function reference to be output for a help request- Specified by:
getReferencein classAbstractFunction- Returns:
- the function information as a String, must not be null
-
getResultType
Description copied from class:AbstractFunctionGet the result type- Specified by:
getResultTypein classAbstractFunction- Returns:
- the result type of the function, must not be null
-