查询
1 词典释义:
superclass
时间: 2025-06-26 00:06:57
英 [ˈsuːpəˌklɑːs]

n.亚门;总纲

双语例句
  • Put the helper superclass to work.

    使用helper超类。

  • The helper superclass offers real help.

    帮助者超类提供了实际的帮助。

  • From there, you can add the name and superclass.

    可以在这里添加名称和超类了。

  • Call the helper superclass method in your script.

    调用脚本中的helper超类方法。

  • Sometimes they merely inherit it from a superclass.

    而有时则是直接从超类继承这一特性。

  • How to enhance your scripts with the script helper superclass?

    怎样利用脚本帮助器超类加强您的脚本?

  • Superclass methods — no additional instance needed at run time.

    超类方法——在运行时不需要其他实例。

  • Enter org.apache.struts.action.Action in the Superclass field.

    在 Superclass 字段中输入 org.apache.struts.action.Action。

  • Make sure to enter org.apache.click.Page as the Superclass.

    一定要输入or g . apache . click . Page作为Superclass。

  • Kent discusses how to come up with a good name for a superclass.

    Kent讨论了如何为超类起一个好名字。

  • Then you can extend all application servlets from this superclass.

    然后,就可以从这个超类派生所有应用程序servlet。

  • After you create your own helper superclass, use it in your script.

    在您创建自己的helper超类以后,在您的脚本中使用它。

  • Select the Constructors from superclass check box and click Finish.

    从超类复选框中选择Constructors并点击Finish。

  • It is generally sufficient to import the superclass for your object.

    通常,导入对象的超类就足够了。

  • Classes now have constructor, superclass, and subclasses properties.

    类现在有了constructor、superclass和subclasses属性。

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

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

  • It indicates that the annotated method is overriding a method in a superclass.

    它指明注释的方法将覆盖超类中的方法。

  • To create a helper superclass that changes the property weight of an object

    按照下面的方法,来创建一个帮助者超类(helper superclass),帮助更改一个对象的属性权重

  • This default superclass is specified on the functional test project properties page.

    这个默认的超类在功能测试的 项目属性 页面上有详细说明。

  • A method of a superclass can be extended by declaring an attribute with the same name.

    超类的方法可以通过使用相同的名称声明属性来扩展。

  • The best remedy in this case is to move those referenced fields to the superclass, too.

    这种情况下,最好的补救办法就是将这些被引用的字段也移到这个超类中。

  • Because package1.A extends package2.C, MCL1 initiates the loading of the superclass.

    因为package1 . a扩展了package2 . c,所以mcl1开始装入超类。

  • The superclass will use this list of model objects to create the corresponding EditParts.

    超类将使用这个模型对象列表来创建对应的EditPart。

  • Select the Constructors from superclass and Inherit abstract methods fields See figure 8.

    选择Constructors from superclass and Inherit abstract methods字段,如图8所示。

  • Select the Constructors from superclass and Inherit abstract methods fields See figure 9.

    选择Constructors from superclass and Inherit abstract methods字段,如图9所示。

  • If two classes need to support the same interface, they should both extend the same superclass.

    如果两个类需要支持相同的接口,它们都应该扩展相同的超类。

  • In the example shown here, the constructor accepts a string that represent the superclass name.

    在我们的例子中,构造器接收了一个表示超类名称的字符串。

  • That article is the single best resource that I've seen for understanding how the superclass works.

    那篇文章是我见过的关于理解超类如何运行的最好的资源。

  • Classes are arranged in a hierarchy, so that a subclass can inherit behavior from its superclass.

    类是有层次性的,所以子类可以继承父类的行为。

  • If we didn't call the superclass 'implementation, then the analyzed method would never be examined.

    如果我们没有调用父类的实现,那么就不会检查所分析的方法。