zoukankan      html  css  js  c++  java
  • JetBrainsIDEA-structure结构继承的图标说明

    图标3表示重写继承类中方法

    图标2表示实现继承类抽象方法或接口中的方法

    图标1表示未使用继承类中的方法

    类中方法并非只统计显示继承类或实现接口中方法,而是对该类中所有方法进行分类,有可能某些方法是继承类的父类中方法或者是实现接口的父接口中的方法。

    图标1表示未实现继承类中的方法 图标2表示实现继承类中的抽象方法 图标3表示重写继承类中方法
    [Túbiāo 1 biǎoshì wèi shíxiàn jìchéng lèi zhōng de fāngfǎ túbiāo 2 biǎoshì shíxiàn jìchéng lèi zhōng de chōuxiàng fāngfǎ túbiāo 3 biǎoshì chóng xiě jìchéng lèi zhōng fāngfǎ]
    Icon 1 indicates that the methods in the inherited class are not implemented

    Icon 2 represents the abstract method in the implementation of the inherited class

    Icon 3 indicates that the method in the inherited class is overridden
  • 相关阅读:
    Mysql自定义函数总结
    MySQL的基本函数
    Mysql存储过程总结
    Mysql触发器总结
    Mysql索引总结(二)
    Mysql索引总结(一)
    Mysql游标使用
    别人的博客,留待后看
    mysql外键约束总结
    mysql视图总结
  • 原文地址:https://www.cnblogs.com/hfultrastrong/p/10826372.html
Copyright © 2011-2022 走看看