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. |