Codegen
See also
Functions
apply Function
Link copied to clipboard
abstract fun CompilerContext.applyFunction(receiver: StackValue, resolvedCall: ResolvedCall<*>, c: ExpressionCodegenExtension.Context): StackValue?
Content copied to clipboard
apply Property
Link copied to clipboard
abstract fun CompilerContext.applyProperty(receiver: StackValue, resolvedCall: ResolvedCall<*>, c: ExpressionCodegenExtension.Context): StackValue?
Content copied to clipboard
generate Class Synthetic Parts
Link copied to clipboard
abstract fun CompilerContext.generateClassSyntheticParts(codegen: ImplementationBodyCodegen)
Content copied to clipboard