StaticExpr

struct StaticExpr

A static-value expression and its source range.

Properties

let kind: StaticExprKind

The literal, path, grouping, or arithmetic form.

let start: Int

The inclusive starting byte offset in the source.

let end: Int

The exclusive ending byte offset in the source.