Class LogicalExpressionParserContext
public sealed class LogicalExpressionParserContext : ParseContext
- Inheritance
-
ParseContextLogicalExpressionParserContext
- Inherited Members
-
ParseContext.DefaultCompilationThresholdParseContext.ScannerParseContext.SkipWhiteSpace()ParseContext.EnterParser<T>(Parser<T>)ParseContext.ExitParser<T>(Parser<T>)ParseContext.CompilationThresholdParseContext.UseNewLinesParseContext.OnEnterParserParseContext.OnExitParserParseContext.WhiteSpaceParser
Constructors
LogicalExpressionParserContext(string, ExpressionOptions)
public LogicalExpressionParserContext(string text, ExpressionOptions options)
Parameters
text
stringoptions
ExpressionOptions
Properties
Options
public ExpressionOptions Options { get; }