resolve

open override fun resolve(reference: ReferenceLink): LinkNode?

Tries to resolve a reference link to an actual link. If the resolution succeeds, ReferenceLink.onResolve callbacks are executed.

Return

the corresponding link node, if it exists

Parameters

reference

reference link to lookup


open override fun resolve(call: FunctionCallNode): FunctionCall<*>?

Return

a new function call that call references to, with call's arguments, or null if call references to an unknown function

Parameters

call

function call node to get a function call from