ExpressionParser Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parser to turn strings into an Expression.
public class ExpressionParser : AdaptiveExpressions.IExpressionParser
type ExpressionParser = class
interface IExpressionParser
Public Class ExpressionParser
Implements IExpressionParser
- Inheritance
-
ExpressionParser
- Implements
Constructors
ExpressionParser(EvaluatorLookup) |
Initializes a new instance of the ExpressionParser class. Constructor. |
Properties
EvaluatorLookup |
Gets the elegate to lookup function information from the type. |
Methods
AntlrParse(String) |
Parse the expression to ANTLR lexer and parser. |
Parse(String) |
Parse the input into an expression. |