Interface IParser
The interface for parser.
public interface IParser
Methods
Parse(string)
Parses the specified expression
.
IExpression Parse(string expression)
Parameters
expression
stringThe string expression.
Returns
- IExpression
The parsed expression.
- See Also