Constructors

Link copied to clipboard
constructor(function: KFunction<*>)

Properties

Link copied to clipboard
open override val function: KFunction<*>

The Kotlin reflection KFunction representing this function. Provides access to Kotlin-specific metadata and reflection capabilities.

Link copied to clipboard
open override val method: Method

The underlying Java Method object for this function. This method is guaranteed to be non-null for accessible functions.