declaredPublicStaticFunctions

Retrieves the public static functions of the supplied class name.

Return

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

Parameters

className

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


Retrieves the public static functions of the supplied class name.

Return

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

Parameters

loadedClass

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