Is there any way to determine if a method is an inherited one? For example, if class A implements method m, and class B extends A and overrides m, is there a way to determine that m was originally declared in A? Thanks, Leon