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
|
FunctionBINFILE |
The Function loads bin file and encodes it into string.
|
FunctionDefinedByUser |
The class implements the user defined function handler (a function which name
starts with $)
|
FunctionEVALFILE |
The Function makes preprocessing of a file and return result as a string value.
|
FunctionIS |
The class implements the IS function handler
|
FunctionISSUBSTR |
The class implements the ISSUBSTR function handler
|
FunctionROUND |
The class implements the round function handler
|
FunctionSTR2CSV |
The class implements the str2csv function handler
|
FunctionSTR2GO |
The class implements escape function handler to escape strings to be used in Go.
|
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
|
FunctionTRIMLINES |
The class implements the TRIMLINES function handler
|
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.