The Tracing aspect contains before and after advice for methods and constructors, meaning that both entry and exit is traced. 追踪方面包含了方法和构造器的before和afterAdvice,这意味着入口和出口都被追踪了。
Use ROW and LIST constructors to create lists of fields. 使用ROW和LIST构造函数创建字段列表。
I've also left out the constructors, setters, and getters for now. 另外,现在我也忽略构造函数、setter和getter。
These custom objects have several overloaded constructors that can be used to create these objects. 这些自定义对象有几个重载的构造函数,可以用于创建这些对象。
The constructors for these new objects access the PDOM to store their information. 这些新对象的构造函数访问PDOM以存储其信息。
Two constructors are defined on the class: one taking an int and one taking a pair of ints. 类中定义了两个构造函数:一个构造函数带有一个int参数,另一个带有两个int参数。
Two types of functions manipulate lists: constructors and selectors. 操纵列表的有两类函数:构造函数和选择函数。
There is a definition for the class EggTrayIcon, the constructors, then the methods send_message and cancel_message. 该文件中含有类EggTrayIcon的定义、构造函数以及方法sendmessage和cancelmessage。
Note that there are many overloaded constructors in some cases; I have illustrated just one for each case. 请注意,有些情况下会有许多重载的构造器;对每种情况我只举例说明一个构造器。
Oddly, Javassist does not provide any way of deleting fields, methods, or constructors from a class. 奇怪的是,Javassist没有提供删除一个类中字段、方法或者构造函数的任何方法。
YUI Profiler allows you to register functions, class constructors, and objects to be measured. YUIProfiler可以注册要测量的函数、类构造函数和对象。
You can also create vanilla objects without calling their constructors using this interface. 还可以使用此接口创建普通对象,而不调用它们的构造函数。
You also start with an OnInit() method and define similar constructors and object handlers. 二者都以OnInit()方法开头,并且定义了相似的构造函数和对象处理程序。
The number of deprecated constructors in Date severely restrict the number of ways you can create such an object. Date中不赞成使用的构造函数的数量严重限制了您创建此类对象的途径。
The command provider will use these constructors to create or load a step. 命令提供程序将使用这些构造器创建或加载步骤。
If no constructors are specified in a mixin instantiation, the default zero-argument ( zeroary) constructor is assumed. 如果在mixin实例化中没有指定任何构造器,那么就假定是缺省的不带参数的(zeroary)构造器。
So far, I've shown@ Inject applied to constructors. 到目前为止,我展示了@Inject应用于构造函数的用法。
You can create the class quickly by using Eclipse's features for creating accessors and constructors from fields. 您可以通过使用Eclipse的从字段创建存取器(accessor)和构造函数的特性来创建这些类。
Groovy creates both ordinal and map-based constructors. Groovy既创建了有序的构造函数,又创建了基于映射的构造函数。
Constructor injection in Spring lets you inject your dependencies through class constructors. Spring中的构造函数注入允许您通过类构造函数注入依赖关系。
These bounds could specify the set of available constructors that must be present in any instantiation of the parameter. 这些界限可以指定一组可用的构造函数,它们必须出现在参数的每一个实例化中。
Now the Java compiler will apply TODO only to types, methods, constructors, and other annotation types. 现在,Java编译器将把TODO应用于类型、方法、构造函数和其他注释类型。
Optional and named arguments can be used not only with methods but also with indexers and constructors. 可选参数和命名参数不仅可以用在方法调用中,还可以用在索引器和构造器中。
Only Constructors, Fields, Methods, Properties, Events and Types are supported. 只支持构造函数、字段、方法、属性、事件和类型。
Modifications are made to the syntax tree using a combination of constructors and the ReplaceNode method. 变更是针对语法树做出的,变更时会使用了构造器和ReplaceNode方法的组合。
Constructors eliminate an entire class of C programming errors having to do with uninitialized data structures. 构造函数完整地删除了一个C语言编程中与未初始化数据结构编程错误有关的类。
This behavior is enabled for fields, constructors, and methods. 域、构造器和方法都可以激活此行为。
In such situations the constructors in this class will fail if the file involved is already open. 在这种情况下如果调用的文件已被打开,类的构造函数将会失败。
Could not serialize { 0}. Default constructors are required for collections and enumerators. 未能序列化{0}。集合和枚举数需要默认构造函数。
Another behavior unique to type constructors is how the runtime manages exceptions in a type constructor. 类型构造函数的另一个独特行为是运行库管理类型构造函数中的异常的方式。