Method | Description | |
---|---|---|
Parse ( IEnumerable |
Parses the specified function.
|
|
Parser ( ) : System |
Initializes a new instance of the Parser class with default implementations of IExpressionFactory.
|
|
Parser ( IExpressionFactory factory ) : System |
Initializes a new instance of the Parser class.
|
Method | Description | |
---|---|---|
ConvertToReversePolishNotation ( IEnumerable |
||
ConvertTokensToExpressions ( IEnumerable |
public Parse ( IEnumerable |
||
tokens | IEnumerable |
The list of tokens. |
return | IExpression |
public Parser ( IExpressionFactory factory ) : System | ||
factory | IExpressionFactory | The factory. |
return | System |