LocalSymbolResolver

This object performs symbol resolution within a single AST. It is not to be used to perform cross-ASTs symbol resolution.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun resolveSymbols(root: Node): List<Issue>

This will resolve symbols on the given AST. It will set the links in the ReferenceByName found. It will return a list of issues encountered during symbol resolution.