AllArgumentsBinder

Builder of bindings for all arguments of a function call.

Parameters

call

function call to bind arguments for

See also

Constructors

Link copied to clipboard
constructor(call: FunctionCall<*>)

Functions

Link copied to clipboard
open override fun createBindings(parameters: List<FunctionParameter<*>>): ArgumentBindings

Joins the results of the subsets of regular (RegularArgumentsBinder) and injected (InjectedArgumentsBinder) arguments.