RegularArgumentsBinder
Builder of bindings for the regular (not injected) argument subset of a function call.
Parameters
call
function call to bind arguments for
See also
for the injected argument subset
Functions
Link copied to clipboard
open override fun createBindings(parameters: List<FunctionParameter<*>>): Map<FunctionParameter<*>, FunctionCallArgument>