java - For polymorphic calling of subclass object methods, can IDEA enter the actual calling method through CTRL + left mouse button?
怪我咯
怪我咯 2017-06-12 09:26:45
0
1
981

people p = new student();
p.speak();

student rewrote the speak method

Ctrl left click can only enter the method of the parent class. There is no open implementation/declar of MyEclipse

Do I need to set it up

Or only debug can enter the real method?

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
过去多啦不再A梦

To the right of the line number to the left of your parent class method, there will be a small downward arrow. The icon may be O (Override) or I (Implement). Click to search for all implementations/overridden methods of this interface/parent class method, and the same upward direction The arrow searches for the method’s parent class/interface

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!