Table of Contents

Class RuleCatchClause

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

A parser rule catch clause preserved as passive metadata only.

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

Constructors

RuleCatchClause(string, string)

A parser rule catch clause preserved as passive metadata only.

public RuleCatchClause(string RawArgument, string RawAction)

Parameters

RawArgument string
RawAction string

Properties

RawAction

public string RawAction { get; init; }

Property Value

string

RawArgument

public string RawArgument { get; init; }

Property Value

string