Uses of Interface
com.igormaznitsa.jcp.expression.ExpressionItem
Packages that use ExpressionItem
Package
Description
-
Uses of ExpressionItem in com.igormaznitsa.jcp.expression
Classes in com.igormaznitsa.jcp.expression that implement ExpressionItemModifier and TypeClassDescriptionstatic enumThe enumeration describes some special items which can be met in the expressionfinal classThe class describes an expression value i.e.final classThe class describes an expression variableFields in com.igormaznitsa.jcp.expression declared as ExpressionItemModifier and TypeFieldDescriptionprivate ExpressionItemExpressionTreeElement.savedItemThe variable contains the wrapped expression itemMethods in com.igormaznitsa.jcp.expression that return ExpressionItemModifier and TypeMethodDescriptionExpressionTreeElement.getItem()Get the wrapped item(package private) ExpressionItemExpressionParser.nextItem(PushbackReader reader, PreprocessorContext context) Read the next item from the readerExpressionParser.readExpression(PushbackReader reader, ExpressionTree tree, PreprocessorContext context, boolean insideBracket, boolean argument) It reads an expression from a reader and fill a tree(package private) ExpressionItemExpressionParser.readFunctionArgument(PushbackReader reader, ExpressionTree tree, PreprocessorContext context, FilePositionInfo[] callStack, String source) The auxiliary method allows to read a function argumentMethods in com.igormaznitsa.jcp.expression with parameters of type ExpressionItemModifier and TypeMethodDescriptionvoidExpressionTree.addItem(ExpressionItem item) Add new expression item into treeConstructors in com.igormaznitsa.jcp.expression with parameters of type ExpressionItemModifierConstructorDescription(package private)ExpressionTreeElement(ExpressionItem item, FilePositionInfo[] callStack, String sourceString) The constructor -
Uses of ExpressionItem in com.igormaznitsa.jcp.expression.functions
Classes in com.igormaznitsa.jcp.expression.functions that implement ExpressionItemModifier and TypeClassDescriptionclassThe abstract class is the base for each function handler in the preprocessorclassThe 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 handler -
Uses of ExpressionItem in com.igormaznitsa.jcp.expression.functions.xml
Classes in com.igormaznitsa.jcp.expression.functions.xml that implement ExpressionItemModifier 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 -
Uses of ExpressionItem in com.igormaznitsa.jcp.expression.operators
Classes in com.igormaznitsa.jcp.expression.operators that implement ExpressionItemModifier and TypeClassDescriptionclassThe class is the base for all operator handlersfinal classThe class implements the ADD operator handlerfinal classThe class implements the AND operator handlerfinal classThe class implements the DIV operator handlerfinal classThe class implements the EQU operator handlerfinal classThe class implements the GREAT operator handlerfinal classThe class implements the GREATEQU operator handlerfinal classThe class implements the LESS operator handlerfinal classThe class implements the LESSEQU operator handlerfinal classThe class implements the MOD operator handlerfinal classThe class implements the MOD operator handlerclassThe class implements the NOT operator handlerfinal classThe class implements the NOTEQU operator handlerfinal classThe class implements the OR operator handlerfinal classThe class implements the SUB operator handlerclassThe class implements the XOR operator handler