How call hierarchy is implemented
i just want to know how the call hierarchy is implemented in eclipse IDE ?am not able to ge开发者_开发百科t any good links for that. Help
You can start looking, with a Plug-In Spy (Alt+Shift+F1) directly in the right View, the ViewPart
which is involved:
You can see the sources of org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart
here
精彩评论