getOverriddenMethod abstract method
Gets the method that this method overrides.
Returns:
- The Method from the superclass being overridden
null
if this doesn't override any method
Note: Only checks direct overrides in the immediate superclass.
Implementation
Method? getOverriddenMethod();