Extract Superclass的意思|示意

美 / / 英 / /

提取超类


Extract Superclass的网络常见释义

提取超类 Separate query from Modifier 将查询方法与修改方法分离 Extract Superclass 提取超类 *Replace Magic Number with Symbolic Constant 用字面常量代替魔数 ..

提炼超类 Extract Superclass(提炼超类):两个类有相似特性。解决方法是为这两个类建立一个 Superclass,将相同特性移至Superclass。

Extract Superclass相关短语

1、 Extract t Superclass 提炼超类

Extract Superclass相关例句

The code in Listing 3 is the result of using Extract Superclass refactoring.

清单3中的代码是使用Extract Superclass重构的结果。

The dialog box that displays is similar to the Extract Interface dialog box and allows you to name the new superclass and select the methods and fields that will be put in the superclass.

一个与Extract Interface相似的对话框会出现,可以在这个对话框中给这个新的超类命名并选择要放入这个超类的方法和字段。

RubyMine 2.0 adds several new refactorings, such as Extract Module/Superclass, Introduce Variable/Constant/Field, Inline Variable and Pull Up/Push Down Members.

RubyMine 2.0加入了一些新的重构,例如抽取模块/超类,引入变量/常数/Field,内联变量以及取出/放入成员。