Modifier and Type | Class and Description |
---|---|
static class |
ExpressionParser.SpecialItem
The enumeration describes some special items which can be met in the expression
|
class |
Value
The class describes an expression value i.e.
|
class |
Variable
The class describes an expression variable
|
Modifier and Type | Method and Description |
---|---|
ExpressionItem |
ExpressionTreeElement.getItem()
Get the wrapped item
|
ExpressionItem |
ExpressionParser.readExpression(PushbackReader reader,
ExpressionTree tree,
PreprocessorContext context,
boolean insideBracket,
boolean argument)
It reads an expression from a reader and fill a tree
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionTree.addItem(ExpressionItem item)
Add new expression item into tree
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFunction
The abstract class is the base for each function handler in the preprocessor
|
class |
AbstractStrConverter
The class is parent for converting classes.
|
class |
FunctionABS
The class implements the abs function handler
|
class |
FunctionBINFILE
The Function loads bin file and encodes it into string.
|
class |
FunctionDefinedByUser
The class implements the user defined function handler (a function which name
starts with $)
|
class |
FunctionEVALFILE
The Function makes preprocessing of a file and return result as a string value.
|
class |
FunctionIS
The class implements the IS function handler
|
class |
FunctionISSUBSTR
The class implements the ISSUBSTR function handler
|
class |
FunctionROUND
The class implements the round function handler
|
class |
FunctionSTR2CSV
The class implements the str2csv function handler
|
class |
FunctionSTR2GO
The class implements escape function handler to escape strings to be used in Go.
|
class |
FunctionSTR2INT
The class implements the str2int function handler
|
class |
FunctionSTR2JAVA
The class implements escape function handler to escape strings to be used in java.
|
class |
FunctionSTR2JS
The class implements the str2js function handler
|
class |
FunctionSTR2JSON
The class implements the str2json function handler
|
class |
FunctionSTR2WEB
The class implements the str2web function handler
|
class |
FunctionSTR2XML
The class implements the str2xml function handler
|
class |
FunctionSTRLEN
The class implements the STRLEN function handler
|
class |
FunctionTRIMLINES
The class implements the TRIMLINES function handler
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLFunction |
class |
FunctionXML_ATTR
The class implements the xml_attr function
|
class |
FunctionXML_GET
The class implements the xml_get function handler
|
class |
FunctionXML_LIST
The class implements the xml_list function handler
|
class |
FunctionXML_NAME
The class implements the xml_name function handler
|
class |
FunctionXML_OPEN
The class implements the xml_open function handler
|
class |
FunctionXML_ROOT
The class implements the xml_getroot function handler
|
class |
FunctionXML_SIZE
The class implements the xml_elementsnumber function
|
class |
FunctionXML_TEXT
The class implements the xml_getelementtext function handler
|
class |
FunctionXML_XELEMENT
The class implements the xml_xpathelement function handler
|
class |
FunctionXML_XLIST
The class implements the xml_xpathlist function handler
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperator
The class is the base for all operator handlers
|
class |
OperatorADD
The class implements the ADD operator handler
|
class |
OperatorAND
The class implements the AND operator handler
|
class |
OperatorDIV
The class implements the DIV operator handler
|
class |
OperatorEQU
The class implements the EQU operator handler
|
class |
OperatorGREAT
The class implements the GREAT operator handler
|
class |
OperatorGREATEQU
The class implements the GREATEQU operator handler
|
class |
OperatorLESS
The class implements the LESS operator handler
|
class |
OperatorLESSEQU
The class implements the LESSEQU operator handler
|
class |
OperatorMOD
The class implements the MOD operator handler
|
class |
OperatorMUL
The class implements the MOD operator handler
|
class |
OperatorNOT
The class implements the NOT operator handler
|
class |
OperatorNOTEQU
The class implements the NOTEQU operator handler
|
class |
OperatorOR
The class implements the OR operator handler
|
class |
OperatorSUB
The class implements the SUB operator handler
|
class |
OperatorXOR
The class implements the XOR operator handler
|
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.