accessor
美 ['əksesər]
英 ['əksesər] 
英汉解释
例句
When you run publicize. Exe and pass the name of that assembly, it generates a private accessor for that assembly.
当运行publicize.exe并传递该程序集的名称时,它将为该程序集生成一个专用访问器。
I think Lea has missed the point that you don't need to make all accessor methods public, as I pointed out in "Java accessor visibility. "
我想,Lea忽略了无需使所有读写方法公开这一观点(如同我在“Javaaccessorvisibility”中所指出的)。
This information can be used to increase performance by indicating the strongly-typed accessor to call.
通过指示要调用的强类型访问器,此信息可用于提高性能。
Accessor methods come in two flavors: setters and getters (sometimes referred to as mutators and accessors, respectively).
访问器方法涉及两种方法:setters和getters(有时分别称为mutators和accessors)。
Declares a method or an accessor whose implementation can be changed by an overriding member in a derived class.
在派生类中声明其实现可由重写成员更改的方法或访问器。
A get accessor is declared that takes a string, the name of a day, and returns the corresponding integer.
声明了一个get访问器,它接受字符串(天名称),并返回相应的整数。
Among the five features a JavaBean is expected to support is a set of properties and associated accessor methods.
一组属性,以及与这些属性相关的一些访问器方法,就是JavaBean所要支持的五大特性之一。
The goal is to avoid incurring the computative cost of running the query every time the backing bean accessor is consulted.
其目的是避免每次咨询支持bean的访问函数时带来运行查询的计算成本。
Similarly, EJB accessor methods that are not public imply that the attributes that they encapsulate cannot be persistent.
同样,非公有的EJB读写方法暗示这些封装的属性不能是持久的。
Even when a property accessor has not been inlined, the actual performance difference is the negligible cost of one function call.
甚至当属性访问符没有内联时,实际的性能差别是一个方法的调用,是可以忽略不计的。
An event was defined, but did not contain the specified, required accessor method.
定义了事件,但该事件不包含所需的指定访问器方法。
When you reference the property, except as the target of an assignment, the get accessor is invoked to read the value of the property.
当引用属性时,除非该属性为赋值目标,否则将调用get访问器以读取该属性的值。
ActionForms are nothing but Java classes extending the Struts-provided ActionForm classes, which have accessor and mutator methods.
ActionForms只是一些Java类而已,它继承了Struts所提供的ActionForm类,这些类中包含有accessor和mutator方法。
For instance fields and accessor methods, the system inserts a check at run time to determine whether the object is a proxy.
对于实例字段和访问器方法,系统在运行时插入检查以确定对象是否是代理。
Indicates that the property is an accessor function for an element of the default collection .
指示属性是默认集合的某个元素的访问函数。
In the following code, GetAccountType is called through the shadow implementation of the private accessor.
在下面的代码中,GetAccountType通过专用访问器的隐藏实现进行调用。
Block, which might be used as a body of a method, operator, or accessor.
块中,该块可用作方法、运算符或访问器的体。
Intercepting calls to a component's property accessor is known as "shadowing. "
对组件的属性访问器的调用的截获操作称为“隐藏”。
It is an error to use the implicit parameter name, value, for a local variable declaration in a set accessor.
在set访问器中,对局部变量声明使用隐式参数名称value是错误的。
Accessor methods of indexers take parameters, while property accessor methods do not.
访问器方法带有参数,而属性访问器方法不带参数。
Several methods in this class assume that the get accessor and set accessor methods of a property have certain formats.
此类中的多个方法假定属性(Property)的get访问器和set访问器方法具有某些格式。
The last step, closing the element, is completed by simply writing out the closing tag for the accessor.
最后一步是关闭元素,只要为这个访问器写一个关闭标记这一步即告完成。
Flags a property as an accessor function for an element of the default collection.
将属性标记为默认集合的某个元素的访问器函数。
COM interfaces and molasses imported as metadata in an assembly expose properties and accessor methods for each property.
作为程序集中的元数据导入的COM接口和组件类将公开属性以及每一属性的访问器方法。
The get accessor must end in a return or throw statement, and control cannot flow off the accessor body.
get访问器必须以return或throw语句终止,并且控制权不能离开访问器体。
Thus, the purpose of the accessor is to indicate whether the indexer is read-write, read-only, or write-only.
因此,访问器的用途是指示索引器是读写、只读还是只写。
Specifies the name of the type for which the compiler generates accessor properties.
指定编译器为其生成访问器属性的类型的名称。
To do this, you need to call C++ accessor functions whenever a script reads or writes those variables.
要做到这一点,每当一个脚本需要去读写这些变量时,你需要去调用C++访问器函数。
Events of an object type specify named state transitions in which subscribers can register or unregister interest using accessor methods.
对象类型的事件指定已命名的状态转换,在该转换中订户可以使用访问器方法注册或取消注册感兴趣的内容。
This syntax associates the private data member with a public property through get and set accessor functions.
虽然属性定义通常会包括私用资料成员,不过并非必须如此。
As you see, the multireference accessor encoding is powerful, but it is difficult to express in XSD.
正如您看到的,多引用访问器编码是很强大的,但是它很难在XSD中表达。
When overridden in a derived class, returns the public or non-public get accessor for this property.
当在派生类中重写时,返回此属性(Property)的公共或非公共get访问器。
For each column in a row (or parameter in a set of parameters), the accessor contains a binding.
对一行的每一列(或一个参数集中的参数),访问者存有一个绑定。
An accessor with a gripper transports cartridges between storage cells and storage drives.
带有夹具的存取器在存储单元和存储驱动器之间传送盒带。
Properties of an object type specify named values that are accessible using accessor methods that read and write the value.
对象类型的属性指定命名值,通过读取和写入值的访问器方法可以访问这些值。
The apparatus includes an accessor, a pinion and a rack having a straight section and a curved section.
所述装置包括:存取器、小齿轮和具有直线段和曲线段的齿条。
If the JIT compiler inlines the property accessor , it must JIT that code when the containing method is called.
如果JIT编译器内联了该属性访问符,那么,当包含的方法被调用时,就必须JIT那些代码。
Shows how to create and use an event accessor, which allows you to customize the implementation of an event.
演示如何创建和使用事件访问器,它允许您自定义事件的实现。
The second accessor retrieves only the column containing large data, but it does not retrieve data from this column automatically.
第二个存取子只可以撷取包含大型资料的资料行,不过它并不会自动地从这些资料行撷取资料。
The set accessor for the DataSource property verifies the value to set is either null or of type IEnumerable.
DataSource属性的set访问器验证要设置的值是null还是属于IEnumerable类型。