Class | Description | |
---|---|---|
An expression evaluator that represents a collection of evaluators. Evaluation is delegated to the evaluators in the list in the order they were added. |
||
|
||
Provides parsing capabilities for token lists previously generated by processing character sequences through a Lexer. |
||
Represents a node in a parse tree. |
||
Represents a recognized token from a sequence of characters, which conforms to the MindFusion Spreadsheet Expressions. |
||
Represents an enumerable list of tokens. The tokens in the list are not parsed until after they are requested. |
||
Provides function information from an XML file. |
Interface | Description | |
---|---|---|
Provides evaluation for functions and identifiers inside expressions. |
||
Provides context for expression evaluators. |
||
Provides function information, such as summary, which can be displayed in the user interface. |
||
|