Table of Contents

Class ParserRuleExceptionDescriptor

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

Describes parser rule exception metadata as passive metadata only.

public sealed class ParserRuleExceptionDescriptor
Inheritance
ParserRuleExceptionDescriptor
Inherited Members
Extension Methods

Properties

Kind

Gets the exception metadata kind, such as throws, catch, or finally, when available.

public string? Kind { get; init; }

Property Value

string

RawDeclaration

Gets the raw exception metadata text without exception handling semantics.

public required string RawDeclaration { get; init; }

Property Value

string