register

open fun register(linkDefinition: LinkDefinition)

Registers a new LinkDefinition, which can be later looked up via resolve to produce a concrete link from a reference.

Parameters

linkDefinition

definition to register


open fun register(functionCall: FunctionCallNode)

Enqueues a new FunctionCallNode, which is executed in the next stage of the pipeline. Nothing happens if enqueuing is locked via lockFunctionCallEnqueuing.

Parameters

functionCall

function call to register