Codegen

interface Codegen : ExtensionPhase

See also

Functions

applyFunction
Link copied to clipboard
abstract fun CompilerContext.applyFunction(receiver: StackValue, resolvedCall: ResolvedCall<*>, c: ExpressionCodegenExtension.Context): StackValue?
applyProperty
Link copied to clipboard
abstract fun CompilerContext.applyProperty(receiver: StackValue, resolvedCall: ResolvedCall<*>, c: ExpressionCodegenExtension.Context): StackValue?
generateClassSyntheticParts
Link copied to clipboard
abstract fun CompilerContext.generateClassSyntheticParts(codegen: ImplementationBodyCodegen)