ExpressionParser Class

Definition

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

Name Description
ExpressionParser(EvaluatorLookup)

Initializes a new instance of the ExpressionParser class. Constructor.

Properties

Name Description
EvaluatorLookup

Gets the elegate to lookup function information from the type.

Methods

Name Description
AntlrParse(String)

Parse the expression to ANTLR lexer and parser.

Parse(String)

Parse the input into an expression.

Applies to