WhereClause

struct WhereClause

The ordered generic constraints in a where clause.

Properties

let predicates: [WherePredicate]

Comma-separated constraints in source order.

let start: Int

The inclusive starting byte offset in the source.

let end: Int

The exclusive ending byte offset in the source.