IrValueArgument

class IrValueArgument(context: IrPluginContext)

Helper class to make the ValueArgument class easier to handle in IR.

Constructors

Link copied to clipboard
constructor(context: IrPluginContext)

Properties

Link copied to clipboard
val symbol: IrClassSymbol

Functions

Link copied to clipboard
operator fun invoke(name: IrExpression, type: IrExpression, valueString: IrExpression, valueHashCode: IrExpression, stability: IrExpression): IrConstructorCall

Returns an IrConstructorCall that invokes the constructor of ValueArgument.