FunctionCallRefiner

constructor(context: Context, call: WalkedFunctionCall, isBlock: Boolean, sourceText: CharSequence?, sourceRange: IntRange?, initialArguments: List<FunctionCallArgument> = emptyList())

Parameters

context

context of the function call

call

walked function call to refine

isBlock

whether the function call is a block

sourceText

if available, the source code of the whole function call

sourceRange

if available, the range of the function call in the source code

initialArguments

initial arguments to add to the function call (used internally for chaining)