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
PackageRef
Link copied to clipboard
PackageRef
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.
PackageRef
Link copied to clipboard
Functions
Properties
Inheritors
Extensions
constructor
Link copied to clipboard
Content copied to clipboard
Get a constructor for the class with className in this PackageRef, matching filter.
primary Constructor
Link copied to clipboard
Content copied to clipboard
Get the primary constructor for the class with className in this PackageRef, matching filter.
Sources
jvm source
Link copied to clipboard