Method | Description | |
---|---|---|
Evaluate ( Expression expressions, Value>.IDictionary |
The implementation of the more general evaluate method.
|
|
Handle ( Expression expression, Value>.IDictionary |
Handles the evaluation of one expression.
|
|
Perform ( |
Performs the operation with the evaluated value.
|
|
UnaryOperator ( String op, |
Creates a new unary operator.
|
public Evaluate ( Expression expressions, Value>.IDictionary |
||
expressions | Expression | The array of expressions, unary operators require Length == 1. |
symbols | Value>.IDictionary | The external symbols to consider. |
return |
public Handle ( Expression expression, Value>.IDictionary |
||
expression | Expression | The expression on the left. |
symbols | Value>.IDictionary | The external symbols to consider. |
return |
public Perform ( |
||
value | The value to operate with. | |
return |
public UnaryOperator ( String op, |
||
op | String | The operator string. |
level | The operator level. | |
return | System |