method Exists
abstract fun methodExists(className: ClassName, methodSignature: JvmMethodSignature): Boolean
Content copied to clipboard
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.