Table of Contents

Class ParserEmbeddedRuleLabelDescriptor

Namespace
Utils.Parser.Diagnostics.EmbeddedCode
Assembly
Utils.Parser.Diagnostics.dll

Describes one rule-reference label visible to embedded-code transformers.

public sealed class ParserEmbeddedRuleLabelDescriptor
Inheritance
ParserEmbeddedRuleLabelDescriptor
Inherited Members
Extension Methods

Properties

IsList

Gets a value indicating whether the label is a list label.

public bool IsList { get; set; }

Property Value

bool

Name

Gets the label name.

public string Name { get; set; }

Property Value

string

RuleNames

Gets all parser rule names targeted by the label.

public IReadOnlyList<string> RuleNames { get; set; }

Property Value

IReadOnlyList<string>