| Argument |
Argument class enables to declare the argument
(variable) which can be used in further processing
(in expressions, functions and dependent / recursive arguments).
|
| ArgumentParameter |
Handling argument parameters
|
| CalcStepRecord |
Calculation is a multistep process and this class
provides a container to store a single calculation step.
|
| CalcStepsRegister |
Calculation is a multistep process and this class
provides a register to store all the steps, also
done in a recursive way.
|
| CloneCache |
A class containing method used while thread safe cloning.
|
| CompilationDetails |
|
| CompiledElement |
|
| Constant |
Constant class provides ability to declare constants.
|
| DescKwLenComparator |
Comparator for key word list sorting by
descending key word length
.
|
| ElementAtTheEnd<T> |
|
| Expression |
Expression - base class for real expression definition.
|
| ExpressionUtils |
Utility methods used in Expression class
|
| Function |
Function class provides possibility to define user functions.
|
| FunctionParameter |
Package level class for handling function parameters.
|
| HeadEqBody |
|
| IterativeOperatorParameters |
Package level class for generating iterative operator parameters
|
| KwStrComparator |
Comparator for key word list sorting by key word string.
|
| KwTypeComparator |
Comparator for key word list sorting by
type of the key word
|
| License |
A class that provides commercial and non-commercial use mode registration.
|
| mXparser |
mXparser class provides usefull methods when parsing, calculating or
parameters transforming.
|
| PrimitiveElement |
Class used for connecting all basic elements such as: Argument, Constant,
Function.
|
| RecursiveArgument |
RecursiveArgument class enables to declare the argument
(variable) which is defined in a recursive way.
|
| SerializationUtils |
A utility class for simplified serialization and deserialization of parser objects (and not only).
|
| StringInvariant |
A class containing definitions of text strings that are invariant with respect to the user's language.
|
| StringModel |
A class containing definitions of text strings that are with respect to the user's language.
|
| StringResources |
A class containing definition of user (interface) language.
|
| StringResourcesChinese |
A class containing definition of French user language
|
| StringResourcesFrench |
A class containing definition of French user language
|
| StringResourcesGerman |
A class containing definition of German user language
|
| StringResourcesItalian |
A class containing definition of Italian user language
|
| StringResourcesPolish |
A class containing definition of Polish user language
|
| StringResourcesPortuguese |
A class containing definition of Portuguese user language
|
| StringResourcesSpanish |
A class containing definition of Spanish user language
|
| StringUtils |
A class containing all string utils.
|
| SyntaxStackElement |
|
| TokenModification |
Data structure used internally for token to be modified list
|
| TokenPart |
Data structure used in tokenization
searching for implied multiplication
in case of a token i a form of one name
for instance x2x2 = x2*x2
|
| TokenStackElement |
Internal token class
which is used with stack while
evaluation of tokens levels
|
| Tutorial |
Tutorial class.
|