how to get overridden methods? Permanently deleted user Created January 15, 2013 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?