Uses of Class
com.igormaznitsa.jcp.expression.functions.AbstractFunction
Packages that use AbstractFunction
Package
Description
-
Uses of AbstractFunction in com.igormaznitsa.jcp
Methods in com.igormaznitsa.jcp with parameters of type AbstractFunctionModifier and TypeMethodDescriptionprivate static StringInfoHelper.makeFunctionReference(AbstractFunction func) -
Uses of AbstractFunction in com.igormaznitsa.jcp.expression
Methods in com.igormaznitsa.jcp.expression with parameters of type AbstractFunctionModifier and TypeMethodDescriptionprivate ExpressionTreeExpressionParser.readFunction(AbstractFunction function, PushbackReader reader, PreprocessorContext context, FilePositionInfo[] includeStack, String sources) The auxiliary method allows to form a function and its arguments as a tree -
Uses of AbstractFunction in com.igormaznitsa.jcp.expression.functions
Subclasses of AbstractFunction in com.igormaznitsa.jcp.expression.functionsModifier and TypeClassDescriptionclassThe class is parent for converting classes.final classThe class implements the abs function handlerclassThe Function loads bin file and encodes it into string.final classThe class implements the user defined function handler (a function which name starts with $)classThe Function makes preprocessing of a file and return result as a string value.final classThe class implements the IS function handlerfinal classThe class implements the ISSUBSTR function handlerfinal classThe class implements the round function handlerfinal classThe class implements the str2csv function handlerfinal classThe class implements escape function handler to escape strings to be used in Go.final classThe class implements the str2int function handlerfinal classThe class implements escape function handler to escape strings to be used in java.final classThe class implements the str2js function handlerfinal classThe class implements the str2json function handlerfinal classThe class implements the str2web function handlerfinal classThe class implements the str2xml function handlerfinal classThe class implements the STRLEN function handlerfinal classThe class implements the TRIMLINES function handlerFields in com.igormaznitsa.jcp.expression.functions declared as AbstractFunctionModifier and TypeFieldDescriptionstatic final AbstractFunction[]AbstractFunction.ALL_FUNCTIONSInside array contains all functions supported by the preprocessorFields in com.igormaznitsa.jcp.expression.functions with type parameters of type AbstractFunctionModifier and TypeFieldDescriptionstatic final Map<String, AbstractFunction> AbstractFunction.FUNCTION_NAME_MAPMethods in com.igormaznitsa.jcp.expression.functions with type parameters of type AbstractFunctionModifier and TypeMethodDescriptionstatic <E extends AbstractFunction>
EAbstractFunction.findForClass(Class<E> functionClass) Allows to find a function handler instance for its classMethods in com.igormaznitsa.jcp.expression.functions that return AbstractFunctionModifier and TypeMethodDescriptionstatic AbstractFunctionAbstractFunction.findForName(String str) Find a function handler for its name -
Uses of AbstractFunction in com.igormaznitsa.jcp.expression.functions.xml
Subclasses of AbstractFunction in com.igormaznitsa.jcp.expression.functions.xmlModifier and TypeClassDescriptionclassfinal classThe class implements the xml_attr functionfinal classThe class implements the xml_get function handlerfinal classThe class implements the xml_list function handlerfinal classThe class implements the xml_name function handlerfinal classThe class implements the xml_open function handlerfinal classThe class implements the xml_getroot function handlerfinal classThe class implements the xml_elementsnumber functionfinal classThe class implements the xml_getelementtext function handlerfinal classThe class implements the xml_xpathelement function handlerfinal classThe class implements the xml_xpathlist function handler