Enum LexerPredicateEvaluationOutcome
Result of attempting to evaluate a lexer predicate.
public enum LexerPredicateEvaluationOutcome
- Extension Methods
Fields
False = 1The predicate evaluated to false and rejects the current lexer matching path.
NotEvaluated = 0The predicate was not recognized by the evaluator.
True = 2The predicate evaluated to true and allows the current lexer matching path to continue.