Class ParserRuleExceptionDescriptor
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
RawDeclaration
Gets the raw exception metadata text without exception handling semantics.
public required string RawDeclaration { get; init; }