IConstructorFilter

interface IConstructorFilter

A filter for resolving IR constructors.

Functions

Link copied to clipboard
abstract fun filter(filter: (IrConstructor) -> Boolean)
Link copied to clipboard
open operator fun Int.invoke(filter: (IrValueParameter) -> Boolean)
Link copied to clipboard
abstract fun matches(function: IrConstructor): Boolean

Properties

Link copied to clipboard
abstract var hasVararg: Boolean?
Link copied to clipboard
abstract var isExpect: Boolean?
Link copied to clipboard
abstract var isPrimary: Boolean?
Link copied to clipboard
abstract var numParameters: Int?
Link copied to clipboard
abstract var parameters: MutableMap<Int, (IrValueParameter) -> Boolean>

Inheritors

Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard