单词 | superclass |
释义 | 例句释义: 总纲,超类,父类,父类别 1. Since an instance of a subclass is an instance of your superclass, you could find multiple instances of the singleton. 由于子类的实例也是单例类的实例,所以可能出现多个单例实例并存的情况。 www.bing.com 2. An attempt was made to reuse an existing method name from a superclass, and the signatures did not match. 试图重用超类现有的方法名称,而签名不匹配。 msdn2.microsoft.com 3. Two other refactorings, Push Down and Pull Up, move class methods or fields from a class to its subclass or superclass, respectively. 还有两个重构工具,PushDown和PullUp,分别实现将类方法或者属性从一个类移动到其子类或父类中。 www.ibm.com 4. Because a superclass is not referenced as frequently as a sublcass the names do not have to be as concise. 由于超类不会像子类那样被频繁引用,对子类的命名就不必考虑太多简洁的因素。 www.infoq.com 5. However, the subclass leaves the concrete class as is and does not attempt to instantiate the superclass. 子类没有对具体的方法做改变,也没有试图实例化超类。 blog.sina.com.cn 6. Similarly, a subclass destructor must call its superclass destructor after it has completed its own resource reclamation. 类似地,子类析构函数在它完成其资源释放之后,也要调用基类的析构函数。 wiki.chinaunix.net 7. According to this principle, the ability to substitute a subclass object for a superclass object is characteristic of good design. 此原则表明,子类对象对超类对象的替代能力是优秀设计的重要标志。 dictsearch.appspot.com 8. So before an object is created, another object of the same class or of its superclass must be constructed. 所以在创建对象之前,必须构造相同类或其超类的另一个对象。 www.ibm.com 9. Likewise, you almost always call a superclass method at either the start or end of a descendent method body. 同样,您几乎总是在子代方法主体的开始或结束部分调用超类方法。 www-128.ibm.com 10. Eclipse writes the superclass automagically with its new methods and alters the sibling classes to use the new superclass. Eclipse将使用其新方法自动编写超类,然后更改兄弟类,使之使用新的超类。 www.ibm.com 1. In the object-oriented version, I extracted duplicated methods, moving them to a superclass along with a protected field. 在面向对象版本中,我提取了复制的方法,将其连同protected字段移到一个超类中。 www.ibm.com 2. After the @implementation keyword, we see the name of the class (Employee) and its superclass. 在@implementation关键字后面,我们看到了类名(Employee)及其超类。 www.ibm.com 3. Qualified subclass name: Name subclasses to communicate the similarities and differences with a superclass. 子类名称要合格:对子类的命名会表述出其与超类之间的相似和差异之处。 www.infoq.com 4. an additional first parameter must be specified as the class for which the method calling the superclass selector is defined. 当然,第一个参数是额外的,我们必须用它指定调用方法所属的类。 dictsearch.appspot.com 5. Superclass and humanization are two outstanding characters of the state theory of democratic socialism. 超阶级性和人性化是民主社会主义国家观的两个显著特征。 www.ceps.com.tw 6. Another difference you'll notice are several radio buttons and a checkbox for selecting the superclass. 您还会注意到的另一个差别是有多个单选按钮和一个用于选择父类的复选框。 www.ibm.com 7. That article is the single best resource that I've seen for understanding how the superclass works. 那篇文章是我见过的关于理解超类如何运行的最好的资源。 www.ibm.com 8. A method of a superclass can be extended by declaring an attribute with the same name. 超类的方法可以通过使用相同的名称声明属性来扩展。 www.ibm.com 9. Fields are protected fields that the detector inherits from its superclass. 字段是检测器从其父类继承的protected字段。 www-128.ibm.com 10. Subclasses provide specialized behaviors from the basis of common elements provided by the superclass . 亚纲提供来自由总纲提供的通常元件的基专门的行为。 dictsearch.appspot.com 1. The best remedy in this case is to move those referenced fields to the superclass, too. 这种情况下,最好的补救办法就是将这些被引用的字段也移到这个超类中。 www.ibm.com 2. Gets or sets a value indicating whether recursive enumeration is requested into all classes derived from the specified superclass. 获取或设置一个值,该值指示是否将递归枚举请求到从指定的超类派生的所有类中。 msdn2.microsoft.com 3. Make sure that Constructors from superclass is checked and that the superclass is java. lang. Exception (Figure 46). 确保选中了Constructorsfromsuperclass,并且超类是java.lang.Exception(图46)。 www.ibm.com 4. Classes usually constitute a taxonomic hierarchy (a subclass-superclass hierarchy). 类通常包括一个分类层次(一个子类-超类层次)。 www.ibm.com 5. Notice that because both of the extracted methods use the number member variable, it is dragged into the superclass. 注意,因为两个提取方法都使用number成员变量,所以要涉及到超类。 www.ibm.com 6. Notice that we use the method findViewById (defined in the superclass Activity) to get a handle on various UI elements. 注意,我们使用findViewById方法(在Activity子类中定义)获得不同UI元素的句柄。 www.ibm.com 7. After a script has been created, it retains the reference to the default superclass as its own helper superclass. 当创建完一个脚本以后,它保留着默认超类的参考,就好象是它自己的助手参考一样。 www.ibm.com 8. The requirement for this common superclass is driven by the need for interception. 对这一公用超类的要求源自截获需要。 msdn2.microsoft.com 9. Subclasses inherit the public behavior of their superclass. 子类继承它超类的所有公共行为。 www.bing.com 10. We cannot resort to macros because the internal representation of the superclass is not available for the macros to reference. 我们无法用宏来实现,因为父类的内部具体实现对于我们要引用的宏是不可见的。 wiki.chinaunix.net 1. Kent discusses how to come up with a good name for a superclass. Kent讨论了如何为超类起一个好名字。 www.infoq.com 2. If you want to use the custom component in a JSF 1. 1-based application, the superclass of the tag handler must be UIComponentTag. 如果希望在基于JSF1.1的应用程序中使用此自定义组件,则标记处理程序的超类必须是UIComponentTag。 www.ibm.com 3. Type the first character of user helper superclass name in Select default helper superclass for the script. 在为脚本选择默认的helpersuperclass之中输入用户helper名的首字符。 www.ibm.com 4. Recall that every Java class constructor must call a constructor of the superclass. 每个Java类构造函数都必须调用超类的构造函数。 www.ibm.com 5. A class or interface could not be loaded because it would be its own superclass or superinterface. 类或接口由于是自己的超类或超接口而不能被装入。 www.ibm.com 6. Similarly, the bicycle class is the superclass of mountain bikes, racing bikes, and tandems . 同样地,脚踏车类别是山脚踏车的总纲,空转脚踏车,和汇接。 dictsearch.appspot.com 7. From there, you can add the name and superclass. 可以在这里添加名称和超类了。 www.ibm.com 8. You can alleviate this somewhat by having an abstract superclass that contains empty implementations of all methods for all visitors. 您可以使用一个抽象超类,在其中包含所有访问者的所有类的空实现,从而略微缓解难度。 www.ibm.com 9. Method, I also override this method to store the value, calling the superclass to complete default behavior. 方法设置,所以我覆盖了这个方法以存储这个值,调用超类以完成默认的行为。 www-128.ibm.com 10. Manual propagation to less specific multimethods can get tricky in many of the same ways that calls to superclass methods can get tricky. 调用超类方法的许多方式很棘手,而以同样方式对较为不特定的多元法所进行的手工传播也会很棘手。 www.ibm.com 1. The superclass of the class represented by this object. 该对象表示的类的父类。 blog.cnbie.com 2. You can specify a helper superclass that Rational Functional Tester will use whenever you create or record a script in your project. 无论何时您要在您的项目中创建或者记录一个脚本,您都可以详细指定RationalFunctionalTester将使用的帮助器超类。 www.ibm.com 3. Name subclasses in your hierarchies by prepending on an adjective to the superclass name . 在超类名字前加上内容命名你层次中的子类。 www.bing.com 4. We can force the erasure to be different, by explicitly specifying a superclass in the bound for the formal type parameter T. 我们可以迫使擦除湿不同的,通过显示的在形式参数T的边界中指定一个超类。 www.diybl.com 5. In the example shown here, the constructor accepts a string that represent the superclass name. 在我们的例子中,构造器接收了一个表示超类名称的字符串。 www.ibm.com 6. Define the terms subclass, superclass, and inheritance. 给出超类、子类以及继承的定义。 www.bing.com 7. It is essential that the handler invoke methods in the superclass rather than methods in the overriding module (see Listing 9). 处理程序必须调用超类中的方法而是重写模块中的方法(如清单9所示)。 www.ibm.com 8. Superclass methods -- no additional instance needed at run time. 超类方法——在运行时不需要其他实例。 www.ibm.com 9. However, subclasses are not limited to the state and behaviors provided to them by their superclass . 然而,亚纲没被限制在状态和对他们被他们的总纲提供的行为。 dictsearch.appspot.com 10. The class was made abstract when its superclass is not abstract. 类别被变成抽象而它的超类别不是抽象。 www.drados.com 1. If T doesn't include an annotation, then the type checker disallows its use as the superclass. 如果T不包含注释,那么类型检查器会禁止它用作超类。 www.ibm.com 2. Through the use of inheritance, programmers can reuse the code in the superclass many times. 经过继承的使用,程序设计者能许多次重复使用总纲的码。 dictsearch.appspot.com 3. Moreover if you use the provided play. db. jpa. Model superclass it will help make your code prettier. 另外,如果你用提供的play.db.jpa.Model超库,它会帮你把代码变得更漂亮。 www.bing.com 4. In a subclass you can make assumptions about the internal state of the superclass when the method you override is getting called. 当子类所重写的方法被调用时,你可以在子类中对父类的内部状态进行操作。 www.bing.com 5. Also, each subclass inherits methods from the superclass. 同时,每个亚纲继承来自总纲的方法。 dictsearch.appspot.com 6. Classes are arranged in a hierarchy, so that a subclass can inherit behavior from its superclass. 类是有层次性的,所以子类可以继承父类的行为。 www.bing.com 7. The superclass creates the corresponding EditParts when necessary and adds them to the list of source and target connection EditParts. 超类将在必要时创建相应的EditPart并将其添加到源连接EditPart和目标连接EditPart的列表。 www.ibm.com 8. In the Listing 2 case, no superclass is specified, so the signature gives the superclass as just java. lang. Object. 在清单2所示的例子中,未指定任何超类,因此签名以java.lang.Object作为超类。 www.ibm.com 9. And in this process, the superclass of keeping a proper degree must always be emphasized. 在和调阴阳的过程中,又须时刻注重适度的原则。 dictsearch.appspot.com 10. If two classes need to support the same interface, they should both extend the same superclass. 如果两个类需要支持相同的接口,它们都应该扩展相同的超类。 www.ibm.com 1. The superclass specified is not valid. 指定的超类别无效。 www.drados.com 2. Sometimes they merely inherit it from a superclass. 而有时则是直接从超类继承这一特性。 www.ibm.com 3. Superclass of all exceptions specific to Object Stream classes. 所有对象流异常类的父类。 blog.csdn.net 4. Select java. util. AbstractMap as the superclass. 选择java.util.AbstractMap作为超类。 www.ibm.com 5. Any non-static type member of a raw type R that is not inherited from a superclass or superinterface of R. 原始类型R的任何非静态类型成员不能从R的超接口或者超类继承。 blog.163.com 6. After the call to the superclass visit(Code) returns, the throwList and caughtList collections are fully populated. 在超类visit(Code)的调用返回后,将完全填充throwList和caughtList集合。 www.ibm.com 7. The Plugin class is the abstract superclass of all plug-in run time class implementations (see Listing 2). Plugin类是所有插件运行时类实现的抽象超类(请参见清单2)。 www.ibm.com 8. In this case, this is achieved by introducing a superclass (Subject) that maintains a list of observers. 在这个案例中,是通过引进一个维护观测者清单的超类(Subject)来实现的。 www.ibm.com 9. Unfortunately, we pretty much decide things when we design the superclass. 不幸的是,在设计基类的时候我们就需要决定太多了。 wiki.chinaunix.net 10. If we didn't call the superclass' implementation, then the analyzed method would never be examined. 如果我们没有调用父类的实现,那么就不会检查所分析的方法。 www.ibm.com 1. For an example of how to superclass Windows controls using ATL, see the ATL SubEdit sample. 有关如何使用ATL为Windows控件创建超类的示例,请参见ATLSUBEDIT示例。 msdn2.microsoft.com 2. We can use this abstract superclass in our HQL queries, as shown in Listing 14. 中继承而来,所以我们可以在HQL查询中使用这个抽象超类,如清单14所示。 www-128.ibm.com 3. In order for Listing 11 to work, the modifications shown in Listing 12 must be made to ShowAction. java or to its superclass, Action. java 为了让清单11正常运行,必须对ShowAction.java或其超类Action.java作一定的修改,如清单12所示 www.ibm.com 4. Now t2 tries to load the superclass of package2. C (which is package1. B) using mcl1, and in turn tries to take the lock on mcl1. 现在t2想用mcl1装入package2.C的超类(即package1.B),因而想要得到mcl1上的锁。 www.ibm.com 5. But Nobility is not a superclass of Duke, so there is no reason why an instance of Duke would find Nobility. attributes 但是Nobility不是Duke的超类,所以这就是为什么Duke的实例会找到Nobility.attributes的原因 www.ibm.com 6. superclass guarantees forward compatibility of your connector to future versions of ii ce 超类可以保证向前兼容iice未来版本的连接器。 www.ichacha.net 7. When a method is invoked and it is not part of the derived class, its immediate superclass will be searched; 当一个方法被调用并且它不属于导出类时,它的直接超类将被搜索; www.winu.cn 8. Calling Instance Methods of a Superclass 调用一个超类的实例方法 blog.sina.com.cn 9. To create a helper superclass that changes the property weight of an object 按照下面的方法,来创建一个帮助者超类(helpersuperclass),帮助更改一个对象的属性权重 www.ibm.com 10. An empty finalizer (which negates the effect of the superclass finalizer) 空的finalizer(它抵消超类finalizer的作用)。 www.ibm.com 1. The Application of Superclass Technique in MFC MFC中超类化技术的应用 www.ilib.cn 2. The helper superclass offers real help 帮助者超类提供了实际的帮助 www.ibm.com 3. Original class(called the base class or superclass or parent class) 源类(被称为基类、超类或者父类) blog.sina.com.cn 4. You can also use it if you have a superclass that needs some dependencies. (Constructor injection makes this difficult. ) 如果您有一个需要某些依赖项的超类,也可以使用方法注入(构造函数注入会使这种情况变得很复杂)。 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。