简体   繁体   English

如何实现调用层次结构

[英]How call hierarchy is implemented

i just want to know how the call hierarchy is implemented in eclipse IDE ?am not able to get any good links for that. 我只是想知道在eclipse IDE中如何实现调用层次结构?我无法获得任何良好的链接。 Help 救命

You can start looking, with a Plug-In Spy ( Alt + Shift + F1 ) directly in the right View, the ViewPart which is involved: 您可以直接在右侧视图中使用Plug-In SpyAlt + Shift + F1 )开始查看, ViewPart包含:

http://img163.i_mageshack.us/img163/9469/eclipsecallh.png

You can see the sources of org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart here 你可以在这里看到org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart的来源

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM