getArgumentsForCall

abstract fun getArgumentsForCall(callIndex: Int): Arguments

Resolves given arguments of an invocation.

Return

the Arguments of the given invocation or null if the Proxy is used for void invocations.

Parameters

callIndex

index of an invocation.

Throws

if the callIndex is invalid.