Reach.Source.Span (Reach v2.6.1)

Copy Markdown View Source

Source span metadata used by lowered plugin AST and Reach IR nodes.

Summary

Types

t()

@type t() :: %Reach.Source.Span{
  end_col: pos_integer() | nil,
  end_line: pos_integer() | nil,
  file: String.t() | nil,
  start_col: pos_integer() | nil,
  start_line: pos_integer() | nil
}

Functions

from_meta(meta, file)

to_map(span)