/* 391 */ MethodInfo result = locateMethodInfo(current, name, paramTypes, isStatic, isPublic, strict);
/* 392 */ if (result != null)
/* 393 */ return result;
/* 394 */ current = current.getSuperclass();
/* */ }
/* 396 */ throw new JoinpointException("Method not found " + name + Arrays.asList(paramTypes) + " for class " + classInfo.getName());
/* */ }