Table of Contents

Enum LexerPredicateEvaluationOutcome

Namespace
Utils.Parser.Runtime
Assembly
Utils.Parser.dll

Result of attempting to evaluate a lexer predicate.

public enum LexerPredicateEvaluationOutcome
Extension Methods

Fields

False = 1

The predicate evaluated to false and rejects the current lexer matching path.

NotEvaluated = 0

The predicate was not recognized by the evaluator.

True = 2

The predicate evaluated to true and allows the current lexer matching path to continue.