开发者

How call hierarchy is implemented

开发者 https://www.devze.com 2022-12-28 02:47 出处:网络
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. HelpYou can start looking, with a Plug-In Spy (Alt+Shift+F1) direct

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:

How call hierarchy is implemented

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

0

精彩评论

暂无评论...
验证码 换一张
取 消