OptionalcalculatorCustom operator implementation. Defaults to StandardCalculator. Override to change how operators behave.
OptionalfunctionsCustom functions available by name within expressions.
OptionallazyNamed parameters whose values are computed on demand the first time they are referenced.
OptionalparamsNamed parameter values available during expression execution. Keys are parameter names used in the expression - without surrounding brackets.
OptionalstopStop parsing on the first recoverable error when expression is provided as a string.
Options for execute and executeSafe. Identical to EvaluateOptions.