primary Constructor
Content copied to clipboard
Get the primary constructor from the given class literal matching filter. Must be called with a literal.
Content copied to clipboard
Get the primary constructor from the class with fqClassName, matching filter.
fun ClassRef.primaryConstructor(filter: IConstructorFilter.() -> Unit = {}): ConstructorRef
Content copied to clipboard
Get the primary constructor from this ClassRef that matches filter.
Content copied to clipboard
Get the primary constructor for the class with className in this PackageRef, matching filter.
Content copied to clipboard
Get the primary constructor for the class with className in this RootPackage, matching filter.