constructors
英 [kənˈstrʌktəz]
美 [kənˈstrʌktərz]
n. (尤指汽车或飞机的)建造者,制造者,建造商
constructor的复数
柯林斯词典
- (汽车或飞机)制造商,建造公司
A racing carconstructoror aircraftconstructoris a company that builds cars or aircraft.
双语例句
- Groovy creates both ordinal and map-based constructors.
Groovy既创建了有序的构造函数,又创建了基于映射的构造函数。 - You can create the class quickly by using Eclipse's features for creating accessors and constructors from fields.
您可以通过使用Eclipse的从字段创建存取器(accessor)和构造函数的特性来创建这些类。 - Constructor injection in Spring lets you inject your dependencies through class constructors.
Spring中的构造函数注入允许您通过类构造函数注入依赖关系。 - Now the Java compiler will apply TODO only to types, methods, constructors, and other annotation types.
现在,Java编译器将把TODO应用于类型、方法、构造函数和其他注释类型。 - The Tracing aspect contains before and after advice for methods and constructors, meaning that both entry and exit is traced.
追踪方面包含了方法和构造器的before和afterAdvice,这意味着入口和出口都被追踪了。 - If no constructors are specified in a mixin instantiation, the default zero-argument ( zeroary) constructor is assumed.
如果在mixin实例化中没有指定任何构造器,那么就假定是缺省的不带参数的(zeroary)构造器。 - You can also create vanilla objects without calling their constructors using this interface.
还可以使用此接口创建普通对象,而不调用它们的构造函数。 - Another behavior unique to type constructors is how the runtime manages exceptions in a type constructor.
类型构造函数的另一个独特行为是运行库管理类型构造函数中的异常的方式。 - These custom objects have several overloaded constructors that can be used to create these objects.
这些自定义对象有几个重载的构造函数,可以用于创建这些对象。 - These bounds could specify the set of available constructors that must be present in any instantiation of the parameter.
这些界限可以指定一组可用的构造函数,它们必须出现在参数的每一个实例化中。
