Table of Contents

Class ParserRuleReturnDescriptor

Namespace
Utils.Parser.Runtime
Assembly
Utils.Parser.dll

Describes a parser rule return declaration as passive metadata only.

public sealed class ParserRuleReturnDescriptor
Inheritance
ParserRuleReturnDescriptor
Inherited Members
Extension Methods

Properties

Name

Gets the return value name text currently exposed by the parser model.

public required string Name { get; init; }

Property Value

string

RawDeclaration

Gets the raw return declaration text without semantic type binding.

public required string RawDeclaration { get; init; }

Property Value

string