method Exists
open override 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
class Name
The ClassName representation of the class.
method Signature
The method signature to check.