how to get overridden methods? Permanently deleted user 创建于 2013年01月15日 16:22 It is pretty easy to get a method's superMethods.But how do I get a list of a methods' overrridden methods?
Check out http://confluence.jetbrains.net/display/IDEADEV/PSI+Cookbook
Can i ask for how to get a method's super method? Which api it is?