In Eclipse, I know how to find all the method that call my method - with the call hierarchy. Question: Is there a way to do the reverse?
The method A calls method B, C and D method B calls C, E, F method C calls X, Y and Z method D calls X, F and Z etc .... Is there a way to get that tree view in eclipse, somehow? Or is there any other tool ?

