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.String
InfoHelper. 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 ExpressionTree
ExpressionParser. 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 class
AbstractStrConverter
The class is parent for converting classes.class
FunctionABS
The class implements the abs function handlerclass
FunctionDefinedByUser
The class implements the user defined function handler (a function which name begins with $)class
FunctionEVALFILE
The Function makes preprocessing of a file and return result as a string value.class
FunctionISSUBSTR
The class implements the ISSUBSTR function handlerclass
FunctionROUND
The class implements the round function handlerclass
FunctionSTR2CSV
The class implements the str2csv function handlerclass
FunctionSTR2INT
The class implements the str2int function handlerclass
FunctionSTR2JAVA
The class implements escape function handler to escape strings to be used in java.class
FunctionSTR2JS
The class implements the str2js function handlerclass
FunctionSTR2JSON
The class implements the str2json function handlerclass
FunctionSTR2WEB
The class implements the str2web function handlerclass
FunctionSTR2XML
The class implements the str2xml function handlerclass
FunctionSTRLEN
The class implements the STRLEN function handlerFields in com.igormaznitsa.jcp.expression.functions declared as AbstractFunction Modifier and Type Field Description static AbstractFunction[]
AbstractFunction. ALL_FUNCTIONS
Inside array contains all functions supported by the preprocessorMethods 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 AbstractFunction
AbstractFunction. 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 class
AbstractXMLFunction
class
FunctionXML_ATTR
The class implements the xml_attr functionclass
FunctionXML_GET
The class implements the xml_get function handlerclass
FunctionXML_LIST
The class implements the xml_list function handlerclass
FunctionXML_NAME
The class implements the xml_name function handlerclass
FunctionXML_OPEN
The class implements the xml_open function handlerclass
FunctionXML_ROOT
The class implements the xml_getroot function handlerclass
FunctionXML_SIZE
The class implements the xml_elementsnumber functionclass
FunctionXML_TEXT
The class implements the xml_getelementtext function handlerclass
FunctionXML_XELEMENT
The class implements the xml_xpathelement function handlerclass
FunctionXML_XLIST
The class implements the xml_xpathlist function handler
-