Important
This interface is for internal use only and must not be accessed by the user code.
Computation | Contains main evaluation and substitution methods to work with math expressions. |
Computation.RuleException | An exception which is used internally for implementation of Break and Continue. |
Decision |
An obsolete class which has been replaced by Computation.
Obsolete. |
Elements | Allows to handle most often used operations with el() function. |
EvaluationContext | Context of the worksheet evaluation process. |
Store | Stores various data in scope of evaluation. All information about variables, arguments and function definitions are stored here. Definitions are represented in a stack. |
IEvaluationContextInternal | Provides access to the internal functionality of EvaluationContext. |
IPluginLowLevelEvaluation | Interface to handle low-level evaluation. |
IPluginLowLevelEvaluationFast | Interface to handle low-level evaluation. |
DebugOccuredEventHandler | Handler for debug start events. |
TraceEvaluationData | Handler for events which occur when data are sent to trace during evaluation. |