Class ParserRuleReturnDescriptor
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
RawDeclaration
Gets the raw return declaration text without semantic type binding.
public required string RawDeclaration { get; init; }