cpgConstructor

fun CokoBackend.cpgConstructor(classFqn: String, predicate: CallExpression.() -> Boolean = { true }): List<ConstructExpression>(source)

Returns a list of ConstructExpressions with the matching classFqn and fulfilling predicate.