Listing 7 shows the receive method signature.
清单7给出receive的方法签名。
Listing 7. Method signature for message_queue: : receive.
清单7. message _ queue:receive的方法签名。
This business exception is the only one declared by the method signature.
此业务异常就是方法签名声明的唯一异常。
Remove public, private, or protected if found in the method signature.
如果在方法特征符中找到public、private或protected,就删除它们。
What would really help here is some type hinting in the add method signature.
此处真正有用的是add方法签名中的一些类型提示。
This is also explains the requirement of maintaining the same method signature.
这也解释了维护相同方法签名的需求。
Define the methods using the api_method option, including the method signature.
使用api_method选项定义包括方法签名的方法。
In FieldSetEditor, I implement the method signature that matches field accesses.
在FieldSetEditor中,我实现了匹配字段访问的方法签名。
It's a TestCase that exposes the public static TestSuite suite method signature.
它是一个公开publicstaticTestSuitesuite方法签名的TestCase。
We wanted to override Object.equals (Object), but we messed up the method signature.
我们需要覆盖object . equals (Object),但是却搞乱了方法签名。
For example, the HumanTaskManager EJB interface offers the following method signature.
例如,HumanTaskManagerEJB接口提供了以下方法签名。
The Change Method Signature refactoring allows you to change the signature of a method.
利用ChangeMethod Signature重构可以更改一个方法签名。
Since we are changing the method signature, we are clearly breaking the existing clients.
由于我们修改了方法签名,显然已经破坏了现有客户机。
To actually create a remote call, start by adding the method signature to NumberGenerator.
要实际创建远程调用,首先需要将方法签名添加到NumberGenerator中。
Another example: the user identity is passed as a parameter defined in the method signature.
另一个示例:用户标识作为方法签名中定义的参数进行传递。
It also converts these XPath types to related types if necessary to match a method signature.
如果有必要匹配方法签名,那么它还会将这些xpath类型转换成相关类型。
Don't forget to modify the variable name for MessageContext in the handle() method signature.
不要忘记在handle()方法签名中修改MessageContext的变量名称。
For instance, you may change the method signature so that the collaborator object is passed in.
例如,可以更改方法签名,以便传入合作者对象。
We'll take a quick look at one relatively simple refactoring here: Change Method Signature.
下面我们将快速浏览一个相对简单的重构:ChangeMethod Signature。
In a data logic method, the return value is an object or value that matches the method signature.
在数据逻辑方法中,返回值是一个对象或与方法签名相匹配的值。
The final refactoring considered here is the most difficult to use: Change Method Signature.
本文介绍的最后一个重构方法也是最难以使用的方法:Change Method Signature(改变方法的签名)。
The method you'll implement will play the game "I'm thinking of a number." the method signature is.
您将实现的方法将玩“猜数字”游戏。
Abstract methods must be qualified by the abstract keyword and must consist of a method signature only.
抽象方法必须用abstract 关键字限定,且必须只由一个方法签名组成。
This method has the same method signature and returns all the records deleted over a certain time period.
这个方法有着与 getUpdated 同样的方法签名并会返回在某个时间段内被删除的所有记录 。
The worst offense is that you have to change the method signature to declare that it throws a RemoteException.
最大的麻烦就是需要更改方法签名以声明抛出一个RemoteException。
By default, this file does not exist because EMF simply provides an empty method signature for each EOperation.
默认情况下,这个文件并不存在,因为EMF只为每个EOperation提供一个空的方法签名。
When you select the corresponding property, you can see the change in the method signature at the top of the page.
当您选择了相应的属性,您就能看到这一页顶端的方法签名的变化。
The method signature ends with a colon, which indicates that the body of the function follows on subsequent lines.
方法签名以冒号结尾,表示下面的代码行是函数体。
The first line of a function definition, also known as the method signature, begins with def (shorthand for define).
函数定义的第一行也称为方法签名(method signature),以def开头(def是define这个单词的缩写)。
You can throw any kind of exception you like - checked, runtime, or error - as long as the method signature supports it.
可以抛出您需要的任何类型的异常(已检查、运行时或错误),只要方法签名支持它即可。
应用推荐