methodExists

abstract fun methodExists(className: ClassName, methodSignature: JvmMethodSignature): Boolean

Looks up if a given methodSignature within className exists.

Return

whether or not the method exists.

Parameters

className

The ClassName representation of the class.

methodSignature

The method signature to check.