tags:

views:

77

answers:

1

hi, i just want to know how the call hierarchy is implemented in eclipse IDE ?am not able to get any good links for that. Help

+1  A: 

You can start looking, with a Plug-In Spy (Alt+Shift+F1) directly in the right View, the ViewPart which is involved:

alt text

You can see the sources of org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart here

VonC
thanks Von C it was really helpfull
Steven