disjunctiveMatchStatements property

List<DisjunctiveMatchStatement>? disjunctiveMatchStatements
getter/setter pair

The disjunctive match statements contained within this rule.

Implementation

core.List<DisjunctiveMatchStatement>? disjunctiveMatchStatements;