kotlin-power-assert-plugin-native / com.bnorm.power / PowerAssertCallTransformer

PowerAssertCallTransformer

class PowerAssertCallTransformer : IrElementTransformerVoidWithContext, FileLoweringPass

Constructors

<init>

PowerAssertCallTransformer(context: IrPluginContext, messageCollector: MessageCollector, functions: Set<FqName>)

Functions

lower

fun lower(irFile: IrFile): Unit

visitCall

fun visitCall(expression: IrCall): IrExpression