Closed GoogleCodeExporter closed 9 years ago
This method is not enough: public static JMethod getMethod(JClassType clazz, String methodName, JType[] params) { JMethod method = null; JClassType superClass = clazz; while (method == null && superClass != null) { method = superClass.findMethod(methodName, params); superClass = superClass.getSuperclass(); } return method; }
Original issue reported on code.google.com by samuel@cruxframework.org on 2 Mar 2015 at 9:46
samuel@cruxframework.org
Original issue reported on code.google.com by
samuel@cruxframework.org
on 2 Mar 2015 at 9:46