Show / Hide Table of Contents

Enum LexerRuleUseDecision

Enumeration that specifies whether to use a rule or skip to the next rule.

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

Fields

Name Description
Next

Specifies that the next rule will be tried.

Use

Specifies that the rule is used.

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