argument association
Computing term for the process of binding arguments to parameters in function calls or similar contexts.
In this language, argument association is performed at compile time.
引数 means 'argument' (a value passed to a function), while 引数結合 refers to the process of associating those arguments with parameters.
結合 is a general term for 'binding' or 'joining'; 引数結合 specifies binding in the context of function arguments.
Compound of 引数 (argument) and 結合 (binding, association). A technical term in computing.