Root Package
            A package with no parent.  Does not have to be a single package (i.e. name can have .s).
Generally, should be used as the superclass of an object.
For an example, see com.rnett.plugin.stdlib.Kotlin.
Constructors
RootPackage
                          
                    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 RootPackage, matching filter.
primary Constructor
                          
                    Link copied to clipboard
                        Content copied to clipboard
Get the primary constructor for the class with className in this RootPackage, matching filter.
Sources
jvm source
                          
                    
                  Link copied to clipboard