在规则集中,您已经创建两个业务对象变量。
In the rule set, you have already created two business object variables.
局部变量可以是基元类型或业务对象类型。
特别是对象如何在内存中存储其实例变量。
Specifically, how an object stores its instance variables in memory.
该变量被设计用来保存连接池对象的一个实例。
That variable is designed to hold an instance of a connection pool object.
同时,也可以用多个变量引用同一个对象。
And you can have multiple variables referencing the same object.
我们还使用了实例变量来存储对模仿对象的引用。
We also used an instance variable to store a reference to the mock object.
而且,在没有明确指定的情况下,会把该变量定义为对象数组。
Also, it would define the variable as an object array unless otherwise indicated.
相反,系统将创建新的简单类型对象并将其赋值给变量。
Instead, a new simple type object is created and assigned to the variable.
对于成员变量,一般而言是被保留在包含它的对象里。
In the case of member variables, a simple reference is kept to the containing object.
变量持续性最有可能的候选对象,是一个简单的字符串值。
The most likely candidate for variable persistence is a simple string value.
从此变量创建简单的XML对象。
qpx对象是一个请求变量。
这可让我们将order业务对象设置为变量。
This enabled us to set the order business object as the variable.
您可以将groupBO(业务对象)用作流程输入变量的一部分。
You can use group BO (business object) as part of the process input variable.
“spy”变量现在作为list对象的句柄。
一个不变的“变量”可以用val关键字来声明(想象一个值对象)。
An immutable "variable" is declared with the keyword val (think value object).
访问保存变量值的com. icl .saxon . Bindery对象。
Access to the com.icl.saxon.Bindery object, where values of variables are held.
通常对变量的赋值只有一次,并被当作不变的对象。
Often a variable is only assigned to once and is used as an (immutable) definition.
变量(ctx)可以用来创建返回的状态对象。
The argument (CTX) can be used to create the status object to return.
只要有可能,就使用基本变量类型,而不使用对象类型。
Use the primitive variable types instead of the object types whenever possible.
下一步,应用程序将控制器对象作为全局变量进行实例化。
Next, the application instantiates the controller object as a global.
我留下了其它两种方法:全局变量和事件对象。
I left out two other methods: global variable and event object.
对象:变量所指向的就是对象。一个对象有特定的某个类型,以及一个值。
Something a variable can refer to. An object has a type and a value.
表达式测试两个对象引用变量与各数据类型的类型兼容性。
Expressions to test the type compatibility of two object reference variables with various data types.
你怎么能叫方法中的变量在对象?
How can you call a variable in a method from within the object?
为什么创建此对象的实例修改另一个对象的实例变量?
Why is creating an instance of this object altering the instance variable of another object?
一个变量和一个对象的关系叫做引用。
The association of a variable with an object is called a reference.
声明一个变量,类型为要经常访问的对象的类型。
Declare a variable of the type of the object that you are accessing frequently.
把对象当作一个特殊的变量;
变量的名字指示该对象。
应用推荐