Constructor Ref
Content copied to clipboard
A constructor reference that gets the constructor of the parent class matching the filter.
Functions
get Value
Link copied to clipboard
inline operator fun getValue(thisRef: Any?, property: KProperty<*>): ConstructorRef
Content copied to clipboard
resolve Or Null
Link copied to clipboard
open override fun resolveOrNull(context: IrPluginContext): IrConstructorSymbol?
Content copied to clipboard
Properties
numParameters
Link copied to clipboard
parameters
Link copied to clipboard
open override var parameters: MutableMap<Int, (IrValueParameter) -> Boolean>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard