Package Ref
A package reference. Should be the superclass of an object inside another Namespace. The parent will be auto-filled (at compile time), as will the name if not set. The parent will be the enclosing object, which must be a Namespace. By default, the name is the lower case object name.
For an example, see com.rnett.plugin.stdlib.Kotlin.Collections.
Constructors
Link copied to clipboard
Link copied to clipboard
Create a PackageRef with auto-filled name and parent. Name will be the lower cased name of the object or class that extends this.
Link copied to clipboard
Functions
Properties
Inheritors
Extensions
Link copied to clipboard
Content copied to clipboard
Get a constructor for the class with className in this PackageRef, matching filter.
Link copied to clipboard
Content copied to clipboard
Get the primary constructor for the class with className in this PackageRef, matching filter.