Table of Contents

Class GatingPredicate

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

A gating semantic predicate in ANTLR3 syntax: { condition }? =>. Retained for compatibility with grammars that still use this older form.

public record GatingPredicate : RuleContent, IEquatable<RuleContent>, IEquatable<GatingPredicate>
Inheritance
GatingPredicate
Implements
Inherited Members
Extension Methods

Constructors

GatingPredicate(string)

A gating semantic predicate in ANTLR3 syntax: { condition }? =>. Retained for compatibility with grammars that still use this older form.

public GatingPredicate(string Code)

Parameters

Code string

Properties

Code

public string Code { get; init; }

Property Value

string