clauses property

Map<int, Clause> clauses
final

The clauses that compose this statement.

It is keyed by render weight and emitted in ascending order.

Implementation

final Map<int, Clause> clauses;