IrComposableInformation

class IrComposableInformation(context: IrPluginContext)

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

Constructors

Link copied to clipboard
constructor(context: IrPluginContext)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun copyFrom(target: IrConstructorCall, name: IrConst): IrConstructorCallImpl

Copy the ComposableInformation constructor call, changing only name to the new value.

Link copied to clipboard
operator fun invoke(name: IrConst, packageName: IrConst, fileName: IrConst): IrConstructorCallImpl

Create a ComposableInformation constructor except for the compoundKey value.