accessor

美 ['əksesər]英 ['əksesər]
  • n.存取器
  • 网络访问器;存取子;访问方法

accessoraccessor

accessor

访问器

软件开发常用名词中英文对照 - Leo Liu - 博客园 ... Accessibility Options 辅助功能选项 accessor 访问器 action 操作 ...

存取器

存取器Accessor)是方法和属性的一种混合体。 当你编写代码来定义类时,你可以编写与方法类似的存取器,这样你可以执 …

存取子

存取子accessor ):为了参照或是变更实体变数而定义的方法。getter 方法:存取子方法里,参照数值的方法。

访问方法

访问方法accessor)或获取方法(getter)负责封装获得类变量所需的代码。它接受一个属性名作为输入参数,即要获取该属 …

访问函数

c)访问函数ACCESSOR)是常量成员函数,如所有的访问函数; 2)数据成员,作为类的实现细节,一般都放在类定义的 …

属性访问器

属性访问器accessor)包括 get,set方法,读和写私有域(Field),这样可以避免直接对数据操作,也可以在get,set方法里 …

存取标识

结构是一个复合值,依靠存取标识Accessor)区分其成员,而数组是一个复合值,在其成员值之间仅有顺序位置不同之分。 …

1
When you run publicize. Exe and pass the name of that assembly, it generates a private accessor for that assembly. 当运行publicize.exe并传递该程序集的名称时,它将为该程序集生成一个专用访问器。
2
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”中所指出的)。
3
This information can be used to increase performance by indicating the strongly-typed accessor to call. 通过指示要调用的强类型访问器,此信息可用于提高性能。
4
Accessor methods come in two flavors: setters and getters (sometimes referred to as mutators and accessors, respectively). 访问器方法涉及两种方法:setters和getters(有时分别称为mutators和accessors)。
5
Declares a method or an accessor whose implementation can be changed by an overriding member in a derived class. 在派生类中声明其实现可由重写成员更改的方法或访问器。
6
A get accessor is declared that takes a string, the name of a day, and returns the corresponding integer. 声明了一个get访问器,它接受字符串(天名称),并返回相应的整数。
7
Among the five features a JavaBean is expected to support is a set of properties and associated accessor methods. 一组属性,以及与这些属性相关的一些访问器方法,就是JavaBean所要支持的五大特性之一。
8
The goal is to avoid incurring the computative cost of running the query every time the backing bean accessor is consulted. 其目的是避免每次咨询支持bean的访问函数时带来运行查询的计算成本。
9
Similarly, EJB accessor methods that are not public imply that the attributes that they encapsulate cannot be persistent. 同样,非公有的EJB读写方法暗示这些封装的属性不能是持久的。
10
Even when a property accessor has not been inlined, the actual performance difference is the negligible cost of one function call. 甚至当属性访问符没有内联时,实际的性能差别是一个方法的调用,是可以忽略不计的。
11
An event was defined, but did not contain the specified, required accessor method. 定义了事件,但该事件不包含所需的指定访问器方法。
12
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访问器以读取该属性的值。
13
ActionForms are nothing but Java classes extending the Struts-provided ActionForm classes, which have accessor and mutator methods. ActionForms只是一些Java类而已,它继承了Struts所提供的ActionForm类,这些类中包含有accessor和mutator方法。
14
For instance fields and accessor methods, the system inserts a check at run time to determine whether the object is a proxy. 对于实例字段和访问器方法,系统在运行时插入检查以确定对象是否是代理。
15
Indicates that the property is an accessor function for an element of the default collection . 指示属性是默认集合的某个元素的访问函数。
16
In the following code, GetAccountType is called through the shadow implementation of the private accessor. 在下面的代码中,GetAccountType通过专用访问器的隐藏实现进行调用。
17
Block, which might be used as a body of a method, operator, or accessor. 块中,该块可用作方法、运算符或访问器的体。
18
Intercepting calls to a component's property accessor is known as "shadowing. " 对组件的属性访问器的调用的截获操作称为“隐藏”。
19
It is an error to use the implicit parameter name, value, for a local variable declaration in a set accessor. 在set访问器中,对局部变量声明使用隐式参数名称value是错误的。
20
Accessor methods of indexers take parameters, while property accessor methods do not. 访问器方法带有参数,而属性访问器方法不带参数。
21
Several methods in this class assume that the get accessor and set accessor methods of a property have certain formats. 此类中的多个方法假定属性(Property)的get访问器和set访问器方法具有某些格式。
22
The last step, closing the element, is completed by simply writing out the closing tag for the accessor. 最后一步是关闭元素,只要为这个访问器写一个关闭标记这一步即告完成。
23
Flags a property as an accessor function for an element of the default collection. 将属性标记为默认集合的某个元素的访问器函数。
24
COM interfaces and molasses imported as metadata in an assembly expose properties and accessor methods for each property. 作为程序集中的元数据导入的COM接口和组件类将公开属性以及每一属性的访问器方法。
25
The get accessor must end in a return or throw statement, and control cannot flow off the accessor body. get访问器必须以return或throw语句终止,并且控制权不能离开访问器体。
26
Thus, the purpose of the accessor is to indicate whether the indexer is read-write, read-only, or write-only. 因此,访问器的用途是指示索引器是读写、只读还是只写。
27
Specifies the name of the type for which the compiler generates accessor properties. 指定编译器为其生成访问器属性的类型的名称。
28
To do this, you need to call C++ accessor functions whenever a script reads or writes those variables. 要做到这一点,每当一个脚本需要去读写这些变量时,你需要去调用C++访问器函数。
29
Events of an object type specify named state transitions in which subscribers can register or unregister interest using accessor methods. 对象类型的事件指定已命名的状态转换,在该转换中订户可以使用访问器方法注册或取消注册感兴趣的内容。
30
This syntax associates the private data member with a public property through get and set accessor functions. 虽然属性定义通常会包括私用资料成员,不过并非必须如此。