Table of Contents

Class LogicalExpressionParserContext

Namespace
NCalc.Parser
Assembly
NCalc.Core.dll
public sealed class LogicalExpressionParserContext : ParseContext
Inheritance
ParseContext
LogicalExpressionParserContext
Inherited Members
ParseContext.DefaultCompilationThreshold
ParseContext.Scanner
ParseContext.SkipWhiteSpace()
ParseContext.EnterParser<T>(Parser<T>)
ParseContext.ExitParser<T>(Parser<T>)
ParseContext.CompilationThreshold
ParseContext.UseNewLines
ParseContext.OnEnterParser
ParseContext.OnExitParser
ParseContext.WhiteSpaceParser

Constructors

LogicalExpressionParserContext(string, ExpressionOptions)

public LogicalExpressionParserContext(string text, ExpressionOptions options)

Parameters

text string
options ExpressionOptions

Properties

Options

public ExpressionOptions Options { get; }

Property Value

ExpressionOptions