Table of Contents

Class LogicalExpressionParserContext

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

Constructors

LogicalExpressionParserContext(string)

public LogicalExpressionParserContext(string text)

Parameters

text string

Properties

ParseNumbersAsDecimal

public required bool ParseNumbersAsDecimal { get; init; }

Property Value

bool