resolve

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