NextLS.SymbolTable.Symbol (next_ls v0.5.2)

Link to this section Summary

Link to this section Types

@type t() :: %NextLS.SymbolTable.Symbol{
  col: integer(),
  file: String.t(),
  line: integer(),
  module: module(),
  name: atom(),
  type: atom()
}