The problem of outline in the development integration tool MyEclipse

Preface

If you don't understand, the more you check, the more ignorant you will become. The more you find the existence of the great God, it may be the great God compared with me. At his height, you feel very good. These are normal. The most admirable thing is that people who are more powerful than you work harder than you. What's the reason why you don't work hard? If you find yourself studying, It's easy to get sleepy, which means that you don't use your brain. More importantly, your horizons are too narrow. In your own world, you let yourself waste, so you should erase this state as soon as possible. By learning something, you will find that more and more things need you to learn, and you will find that more and more people are better than you. In fact, you are really good, Then try to follow their footsteps, record their learning journey, and give some experience to the people behind you. This is probably the fun of learning.

                                                                            ---WZY

Here is a small module. When I was looking at the source code, I found that many symbols in the outline column were strange to me, so here is a summary of what happened.

What I'm talking about here is the meaning of these symbols I circled in red

  1、

  2、

  3、

  4、

  5、

  6、

  7、

  8、

  9、

  10、

  11、

  12、

  13、

Conclusion: some other graphics are similar. The most important thing is to know these types

1. Blue hollow triangle: common member variable

2. Blue Solid triangle: method without modifier

3. Green circle: public method

4. There is class C in the green circle:

5. There is C: construction method in the upper right corner of the green garden

6. Red: all represent private

Red solid square: private method

Red hollow square: private member variable

7. Some representative keywords modified with capital letters

          F:final

          S:static

          C:class

          T:transient

That's about it. If others encounter problems, they won't find out and make up for them.

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>