Class RuleCatchClause
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
Properties
RawAction
public string RawAction { get; init; }
Property Value
RawArgument
public string RawArgument { get; init; }