| Class | Description |
|---|---|
| AbstractFunction |
The abstract class is the base for each function handler in the preprocessor
|
| AbstractStrConverter |
The class is parent for converting classes.
|
| FunctionABS |
The class implements the abs function handler
|
| FunctionDefinedByUser |
The class implements the user defined function handler (a function which name
begins with $)
|
| FunctionEVALFILE |
The Function makes preprocessing of a file and return result as a string
value.
|
| FunctionISSUBSTR |
The class implements the ISSUBSTR function handler
|
| FunctionROUND |
The class implements the round function handler
|
| FunctionSTR2CSV |
The class implements the str2csv function handler
|
| FunctionSTR2INT |
The class implements the str2int function handler
|
| FunctionSTR2JAVA |
The class implements escape function handler to escape strings to be used in java.
|
| FunctionSTR2JS |
The class implements the str2js function handler
|
| FunctionSTR2JSON |
The class implements the str2json function handler
|
| FunctionSTR2WEB |
The class implements the str2web function handler
|
| FunctionSTR2XML |
The class implements the str2xml function handler
|
| FunctionSTRLEN |
The class implements the STRLEN function handler
|