declared Public Static Function
Retrieves the public static function of the supplied class name based on the supplied function name.
Return
the KFunction representations of the public static functions of the supplied class or null
Parameters
class Name
the fully qualified class name of a class within the JAR files
function Name
the name of the function to be retrieved
fun declaredPublicStaticFunction(loadedClass: Class<*>, functionName: String): KFunction<*>?(source)
Retrieves the public static function of the supplied class name based on the supplied function name.
Return
the KFunction representations of the public static functions of the supplied class or null
Parameters
loaded Class
this class should have been loaded by this loader via the loadClass() function
function Name
the name of the function to be retrieved