This denotes that the method is an instance method.
这表明这个方法是一个实例方法。
A static or instance method on another arbitrary object.
其他任意对象上的静态方法或实例方法。
That method can be either a static method or an instance method.
那个方法既可以是静态方法,也可以是实例方法。
VC2008 development, there is also an instance method is called.
VC 2008开发,也有个调用方法实例。txt文件说明怎么调用。
Immediately after the hide instance method has been called, this event is called.
当hide实例方法被调用之后,此事件被立即触发。
When you use instance method syntax to call this method, omit the first parameter.
当使用实例方法语法调用此方法时,请省略第一个参数。
Consider what would happen with a recursive method, for instance.
例如,考虑在一个递归方法中会发生的事情。
The action method copies any instance variables to the view.
动作方法把实例变量拷贝到视图。
You can use the usual method to save your instance as image.
您可使用常规方法将实例保存为映像。
The action method sets up instance variables for the view and renders the view.
动作参数为视图设置实例变量,并呈现视图。
The following method deletes an instance of employee.
下面的方法删除Employee的一个实例。
The reason: a new instance is created every time you invoke the create method.
其原因是,每次在调用create方法的同时,创建了一个新的实例。
This method simply creates a new Catch instance and saves it.
此方法将简单地创建一个新Catch实例并保存。
Starts the method chain by creating a new Appointment instance.
通过创建一个新的Appointment实例开始方法链接。
Additionally, the base class contains a method to return the actual database instance.
此外,基类bobase包含返回实际数据库实例的方法。
The first bold line in the example invokes the getCoreGroups() method on the PlacementServiceMBean instance.
示例中的以粗体显示的第一行对 PlacementServiceMBean实例调用getCoreGroups()方法。
Suppose the getX() method only answers the value of an instance variable.
假定getX()方法只提供某一实例变量的值。
The method returns a TableViewCell class instance.
该方法返回一个TableViewCell类实例。
We now need to implement this method and return an appropriate instance of type IContentAssistant.
现在我们需要实现这个方法,并返回一个icontentassistant类型的适当实例。
The getObject() method retrieves an instance of the given class from the pool.
getObject()方法从池中获取给定类的一个实例。
The getOwner() method of the interface returns the owner of the class instance.
该接口的 getOwner()方法返回类实例的所有者。
A J2SE client can use the Service.create method to create a Service instance.
J2SE客户端可以使用Service . create方法来创建一个Service实例。
Notice how the begin method creates a Weatherman instance.
注意begin方法如何创建Weatherman实例。
After creating an instance of OXMExample, you call the go method.
创建OXMExample的一个实例后,调用go方法。
The current_state method simply returns the instance variable's value.
current_state方法仅返回实例变量的值。
A select_card method picks a card at random and assigns it the @current_card instance variable.
select_card方法随机选取一张卡片,并将它赋给 @current_card实例变量。
Consider the execution of the run method of the PrivilegedAction instance.
考虑执行privilegedaction实例的run方法。
This is a method that requires an instance of OnClickListener.
这个方法需要一个 OnClickListener实例。
In the second part, I create a second org.apache.bcel.generic.MethodGen instance from the original method, then remove the original method from the class.
在第2部分,我用原来的方法创建第二个or g . apache . bcel . generic . MethodGen实例,然后从类中删除原来的方法。
The last step in the execute method returns the instance of ActionForward, forward.
execute方法中的最后步骤返回ActionForward (forward)的实例。
应用推荐