Package arrow. meta. phases. codegen. ir
Types
IRGeneration
Link copied to clipboard
Ir Utils
Link copied to clipboard
class IrUtils(pluginContext: IrPluginContext, compilerContext: CompilerContext, moduleFragment: IrModuleFragment) : ReferenceSymbolTable, IrTypeSystemContext, IrFactory
Content copied to clipboard
Functions
get Type Substitution Map
Link copied to clipboard
fun IrMemberAccessExpression<*>.getTypeSubstitutionMap(container: IrTypeParametersContainer): Map<IrTypeParameter, IrType>
Content copied to clipboard
Properties
allTypeParameters
Link copied to clipboard
substitutedValueParameters
Link copied to clipboard
val IrCall.substitutedValueParameters: List<Pair<IrValueParameter, IrType?>>
Content copied to clipboard
typeArguments
Link copied to clipboard
typeSubstitutions
Link copied to clipboard
val IrMemberAccessExpression<*>.typeSubstitutions: Map<IrTypeParameter, IrType>
Content copied to clipboard
valueArguments
Link copied to clipboard