public Constructors
Retrieves the public constructors of the supplied java class
Return
a list containing the KFunction representations of the public constructors of the supplied class
Parameters
loaded Class
this class should have been loaded by this loader via the loadClass() function
Retrieves the public constructors of the supplied class name.
Return
a list containing the KFunction representations of the public constructors of the supplied class
Parameters
class Name
the fully qualified class name of a class within the JAR files