findMethod(Package pack, Class clazz, String methodName, boolean checkInheritance) Find a method of the given name either directly in the given
class, or inherited.
Find a method of the given name either directly in the given
class, or inherited.
Parameters: pack - the package of the class under inspection Parameters: clazz - the class under inspection Parameters: methodName - the method to find Parameters: checkInheritance - false on first entry, true if a superclass is being introspected