Table of Contents

Class RuleReturn

Namespace
Utils.Parser.Model
Assembly
Utils.Parser.dll

A typed return value declared on a parser rule: rule returns [int value].

public record RuleReturn : IEquatable<RuleReturn>
Inheritance
RuleReturn
Implements
Inherited Members
Extension Methods

Constructors

RuleReturn(string, string)

A typed return value declared on a parser rule: rule returns [int value].

public RuleReturn(string Type, string Name)

Parameters

Type string
Name string

Properties

Name

public string Name { get; init; }

Property Value

string

Type

public string Type { get; init; }

Property Value

string