动作方法把实例变量拷贝到视图。
The action method copies any instance variables to the view.
问题出在拥有少量实例变量的类上。
The issue is for classes that have a small number of instance variables.
只能把简单的常量值赋给实例变量。
The only values you can assign to an instance variable are simple constants.
为每个视图组件选择相应的实例变量。
Select for each view component the corresponding instance variable.
接下来,它有一些实例变量。
不鼓励通过实例变量来使用静态成员。
Using a static member through an instance variable should be discouraged.
这就是之前要求您输入名称的实例变量。
This is the instance variable you were previously asked to provide a name for.
把people实例变量转换成xml。
特别是对象如何在内存中存储其实例变量。
Specifically, how an object stores its instance variables in memory.
最后,将所有实例变量都分配给视图组件。
At the end, all your instance variables are now assigned to the view components.
目前不支持访问数组、实例变量和对象引用。
Accessing arrays, instance variables, and object references are not supported as of now.
动作参数为视图设置实例变量,并呈现视图。
The action method sets up instance variables for the view and renders the view.
将对象中所有的实例变量设置为它们的默认值。
Sets all the instance variables in the object to their default values.
您可以在适当客户的实例变量中存储订单集合。
You can store a collection of orders in an instance variable for the appropriate customer.
实例变量分为五组。
我们还使用了实例变量来存储对模仿对象的引用。
We also used an instance variable to store a reference to the mock object.
同时也创建了用于设置这个实例变量的构造函数。
It also creates a constructor that sets this instance variable.
在类定义之后添加以下实例变量,如清单1所示。
Add the following instance variables right after the class definition as shown in listing 1.
您将使用相应的实例变量对所有视图组件重复此操作。
You will repeat this action for all the view components with the corresponding instance variables.
每个实例变量对应前面定义的一个ui元素。
假定getX()方法只提供某一实例变量的值。
Suppose the getX() method only answers the value of an instance variable.
我们通过这些方法构建出他们所用的所有的实例变量表。
From the methods, we build a table of all instance variables those methods use.
current_state方法仅返回实例变量的值。
The current_state method simply returns the instance variable's value.
TestsRulesEngine 类只有两个实例变量。
当对统计测试或过程进行建模时,您需要指出声明哪些实例变量。
When modeling a statistical test or procedure, you need to figure out which instance variables to declare.
简单的解决方案是根据需要将所有实例变量的值都显示到屏幕上。
The simple solution is to dump the values of all the instance variables to the screen as needed.
对于每个键,会在对象上创建一个具有对象名称和数据的实例变量。
With each key, an instance variable is created on the object with that name and data.
注意,通过使值实例变量成为可变变量并不能可靠地完成这项操作。
Note that this operation cannot be achieved reliably by making the value instance variable volatile.
您还可以使用名为prototype实例变量来指定对象的基础。
You can use the instance variable called prototype to specify the basis for your object.
方法是设置prototype实例变量使其指向继承链的父。
You'll set a prototype instance variable to point to the parent in the inheritance chain.
应用推荐