Package-level declarations
Types
Link copied to clipboard
Builder for the argument list of a synthesized function call, typically used to implement PrimitiveFunctionBackedNode.toFunctionCallArguments.
Functions
Link copied to clipboard
fun functionCallArguments(block: FunctionCallArgumentsBuilder.() -> Unit): List<FunctionCallArgument>
Builds a list of FunctionCallArguments via the FunctionCallArgumentsBuilder DSL. Preferred over listing arguments by hand in PrimitiveFunctionBackedNode.toFunctionCallArguments.