RecordField

struct RecordField

A labeled field in a record expression.

Properties

let label: String

The record field name.

let label_start: Int

The inclusive starting byte offset of the label.

let label_end: Int

The exclusive ending byte offset of the label.

let value: Expr

The expression assigned to this field.

let start: Int

The inclusive starting byte offset in the source.

let end: Int

The exclusive ending byte offset in the source.