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 enum
The enumeration describes some special items which can be met in the expressionfinal class
The class describes an expression value i.e.final class
The class describes an expression variableFields in com.igormaznitsa.jcp.expression declared as ExpressionItemModifier and TypeFieldDescriptionprivate ExpressionItem
ExpressionTreeElement.savedItem
The variable contains the wrapped expression itemMethods in com.igormaznitsa.jcp.expression that return ExpressionItemModifier and TypeMethodDescriptionExpressionTreeElement.getItem()
Get the wrapped item(package private) ExpressionItem
ExpressionParser.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) ExpressionItem
ExpressionParser.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 TypeMethodDescriptionvoid
ExpressionTree.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 TypeClassDescriptionclass
The abstract class is the base for each function handler in the preprocessorclass
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 handler -
Uses of ExpressionItem in com.igormaznitsa.jcp.expression.functions.xml
Classes in com.igormaznitsa.jcp.expression.functions.xml that implement ExpressionItemModifier 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 -
Uses of ExpressionItem in com.igormaznitsa.jcp.expression.operators
Classes in com.igormaznitsa.jcp.expression.operators that implement ExpressionItemModifier and TypeClassDescriptionclass
The class is the base for all operator handlersfinal class
The class implements the ADD operator handlerfinal class
The class implements the AND operator handlerfinal class
The class implements the DIV operator handlerfinal class
The class implements the EQU operator handlerfinal class
The class implements the GREAT operator handlerfinal class
The class implements the GREATEQU operator handlerfinal class
The class implements the LESS operator handlerfinal class
The class implements the LESSEQU operator handlerfinal class
The class implements the MOD operator handlerfinal class
The class implements the MOD operator handlerclass
The class implements the NOT operator handlerfinal class
The class implements the NOTEQU operator handlerfinal class
The class implements the OR operator handlerfinal class
The class implements the SUB operator handlerclass
The class implements the XOR operator handler