Show / Hide Table of Contents

Enum LexerRuleReturnDecision

Enumeration that specifies whether a matched lexer token rule should return or ignore token.

Namespace: SpiceSharpParser.Lexers
Assembly: SpiceSharpParser.dll
Syntax
public enum LexerRuleReturnDecision

Fields

Name Description
IgnoreToken

Specifies that the token is ignored.

ReturnToken

Specifies that the token is returned if it's a best match.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX