[This is preliminary documentation and is subject to change.]
The Evaluator type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| Evaluator | Initializes a new instance of the Evaluator class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
| Evaluate |
Evaluate expression and return result - either string or numerical value
| |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| PrintTree |
Returns b-tree traversal in a string form
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| Expression |
Expression beeing evaluated
| |
| NoStringsExpression |
Expression with all strings replaced with tokens
| |
| Root |
Root node of expression evaluation tree
|
Events
| Name | Description | |
|---|---|---|
| OnIdentifierLookup |
Event which is fired upon leaf token resolution during evaluation, used to resolve host variables
|
See Also