NodeMeta

struct NodeMeta

The reference NodeMeta: a node's first and last tokens plus the identifier tokens consumed while the node's frame was open. A start < 0 on start marks a synthesized node carrying no meta.

Properties

let start: MetaToken

The first token covered by the node.

let end: MetaToken

The last token covered by the node.

let identifiers: [MetaToken]

Identifier tokens consumed while this node's metadata frame was active.