Class RuleLabel
A label attached to a rule reference inside a parser alternative.
public record RuleLabel : IEquatable<RuleLabel>
- Inheritance
-
RuleLabel
- Implements
- Inherited Members
- Extension Methods
Constructors
RuleLabel(string, string, bool)
A label attached to a rule reference inside a parser alternative.
public RuleLabel(string Label, string RuleName, bool IsAdditive)
Parameters
Properties
IsAdditive
public bool IsAdditive { get; init; }
Property Value
Label
public string Label { get; init; }
Property Value
RuleName
public string RuleName { get; init; }