Skip to content

Scoper

[Source]

actor tag Scoper

Constructors

create

[Source]

new tag create(
  log: Logger[String val] val,
  notify: _ScoperNotify tag)
: Scoper tag^

Parameters

Returns


Public Behaviours

scope_syntax_tree

[Source]

be scope_syntax_tree(
  task_id: USize val,
  canonical_path: FilePath val,
  syntax_tree: Node val,
  node_indices: HashMap[Node val, USize val, HashIs[Node val] val] val)

Parameters