declared Public Non Static Function
Retrieves the public non-static (instance) function of the supplied class name based on the supplied function name.
Return
the KFunction representations of the public instance 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 declaredPublicNonStaticFunction(loadedClass: Class<*>, functionName: String): KFunction<*>?(source)
Retrieves the public non-static (instance) function of the supplied class name based on the supplied function name.
Return
the KFunction representations of the public instance 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