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

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.

Applies to