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 String
InfoHelper.makeFunctionReference
(AbstractFunction func) -
Uses of AbstractFunction in com.igormaznitsa.jcp.expression
Methods in com.igormaznitsa.jcp.expression with parameters of type AbstractFunctionModifier and TypeMethodDescriptionprivate ExpressionTree
ExpressionParser.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 TypeClassDescriptionclass
The class is parent for converting classes.final class
The class implements the abs function handlerclass
The Function loads bin file and encodes it into string.final class
The class implements the user defined function handler (a function which name starts with $)class
The Function makes preprocessing of a file and return result as a string value.final class
The class implements the IS function handlerfinal class
The class implements the ISSUBSTR function handlerfinal class
The class implements the round function handlerfinal class
The class implements the str2csv function handlerfinal class
The class implements escape function handler to escape strings to be used in Go.final class
The class implements the str2int function handlerfinal class
The class implements escape function handler to escape strings to be used in java.final class
The class implements the str2js function handlerfinal class
The class implements the str2json function handlerfinal class
The class implements the str2web function handlerfinal class
The class implements the str2xml function handlerfinal class
The class implements the STRLEN function handlerfinal class
The class implements the TRIMLINES function handlerFields in com.igormaznitsa.jcp.expression.functions declared as AbstractFunctionModifier and TypeFieldDescriptionstatic final AbstractFunction[]
AbstractFunction.ALL_FUNCTIONS
Inside 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_MAP
Methods 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 AbstractFunction
AbstractFunction.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 TypeClassDescriptionclass
final class
The class implements the xml_attr functionfinal class
The class implements the xml_get function handlerfinal class
The class implements the xml_list function handlerfinal class
The class implements the xml_name function handlerfinal class
The class implements the xml_open function handlerfinal class
The class implements the xml_getroot function handlerfinal class
The class implements the xml_elementsnumber functionfinal class
The class implements the xml_getelementtext function handlerfinal class
The class implements the xml_xpathelement function handlerfinal class
The class implements the xml_xpathlist function handler