declared Public Static Functions
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
class Name
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
loaded Class
this class should have been loaded by this loader via the loadClass() function