Uses of Class
com.igormaznitsa.jcp.expression.functions.AbstractFunction
-
Packages that use AbstractFunction Package Description com.igormaznitsa.jcp com.igormaznitsa.jcp.expression com.igormaznitsa.jcp.expression.functions com.igormaznitsa.jcp.expression.functions.xml -
-
Uses of AbstractFunction in com.igormaznitsa.jcp
Methods in com.igormaznitsa.jcp with parameters of type AbstractFunction Modifier and Type Method Description private static java.lang.StringInfoHelper. makeFunctionReference(AbstractFunction func) -
Uses of AbstractFunction in com.igormaznitsa.jcp.expression
Methods in com.igormaznitsa.jcp.expression with parameters of type AbstractFunction Modifier and Type Method Description private ExpressionTreeExpressionParser. readFunction(AbstractFunction function, java.io.PushbackReader reader, PreprocessorContext context, FilePositionInfo[] includeStack, java.lang.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.functions Modifier and Type Class Description classAbstractStrConverterThe class is parent for converting classes.classFunctionABSThe class implements the abs function handlerclassFunctionBINFILEThe Function loads bin file and encodes it into string.classFunctionDefinedByUserThe class implements the user defined function handler (a function which name starts with $)classFunctionEVALFILEThe Function makes preprocessing of a file and return result as a string value.classFunctionISThe class implements the IS function handlerclassFunctionISSUBSTRThe class implements the ISSUBSTR function handlerclassFunctionROUNDThe class implements the round function handlerclassFunctionSTR2CSVThe class implements the str2csv function handlerclassFunctionSTR2GOThe class implements escape function handler to escape strings to be used in Go.classFunctionSTR2INTThe class implements the str2int function handlerclassFunctionSTR2JAVAThe class implements escape function handler to escape strings to be used in java.classFunctionSTR2JSThe class implements the str2js function handlerclassFunctionSTR2JSONThe class implements the str2json function handlerclassFunctionSTR2WEBThe class implements the str2web function handlerclassFunctionSTR2XMLThe class implements the str2xml function handlerclassFunctionSTRLENThe class implements the STRLEN function handlerclassFunctionTRIMLINESThe class implements the TRIMLINES function handlerFields in com.igormaznitsa.jcp.expression.functions declared as AbstractFunction Modifier and Type Field Description static AbstractFunction[]AbstractFunction. ALL_FUNCTIONSInside array contains all functions supported by the preprocessorFields in com.igormaznitsa.jcp.expression.functions with type parameters of type AbstractFunction Modifier and Type Field Description static java.util.Map<java.lang.String,AbstractFunction>AbstractFunction. FUNCTION_NAME_MAPMethods in com.igormaznitsa.jcp.expression.functions with type parameters of type AbstractFunction Modifier and Type Method Description static <E extends AbstractFunction>
EAbstractFunction. findForClass(java.lang.Class<E> functionClass)Allows to find a function handler instance for its classMethods in com.igormaznitsa.jcp.expression.functions that return AbstractFunction Modifier and Type Method Description static AbstractFunctionAbstractFunction. findForName(java.lang.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.xml Modifier and Type Class Description classAbstractXMLFunctionclassFunctionXML_ATTRThe class implements the xml_attr functionclassFunctionXML_GETThe class implements the xml_get function handlerclassFunctionXML_LISTThe class implements the xml_list function handlerclassFunctionXML_NAMEThe class implements the xml_name function handlerclassFunctionXML_OPENThe class implements the xml_open function handlerclassFunctionXML_ROOTThe class implements the xml_getroot function handlerclassFunctionXML_SIZEThe class implements the xml_elementsnumber functionclassFunctionXML_TEXTThe class implements the xml_getelementtext function handlerclassFunctionXML_XELEMENTThe class implements the xml_xpathelement function handlerclassFunctionXML_XLISTThe class implements the xml_xpathlist function handler
-