declaredPublicNonStaticFunctions

Retrieves the public non-static (instance) functions of the supplied class.

Return

a list containing the KFunction representations of the public instance functions of the supplied class

Parameters

className

the fully qualified class name of a class within the JAR files


Retrieves the public non-static (instance) functions of the supplied class.

Return

a list containing the KFunction representations of the public instance functions of the supplied class

Parameters

loadedClass

this class should have been loaded by this loader via the loadClass() function