There should be no method body.
它们不应有任何方法主体。
Replace each call with the method body.
找出所有的对这个方法的调用。
Change the default method body generated by the transform.
更改转换产生的默认方法主体。
where the method body is the contents of the curly braces.
表示闭包,其中方法的主体就是花括号中的内容。
Gets the list of local variables declared in the method body.
取得方法主体中所宣告之区域变数的清单。
You can omit the braces if the method body has just one expression.
你可以在方法主体只有一个表达式的时候省略大括号。
Example 1 changes the default method body to something that you would want.
范例1将默认的方法主体,改变成了您所想要的。
Here, for example, the method body is being set to a string of your choice.
这里,例如,方法主体被设置成您所选择的字符串。
In this example, the method body rule needs to go into an Operation transform.
在该范例中,方法主体规则需要进入一个Operation转换。
Changes to the generic method itself or generic method body are not supported.
不支持对泛型方法自身和泛型方法体的更改。
If a method body has more than one expression, you must surround it with curly braces {...}.
如果一个方法的主体包含多于一个的表达式,你必须用大括号来把它们包起来。
Method Body language nursing intervention was provided for 3 524 patients with local anesthesia.
方法对3 524例非全身麻醉手术病人实施形体语言护理干预。
The method body calls the map method on the strings array, which takes a function literal as an argument.
函数的主体调用了strings数组的map方法,它接受一个字面函数(Function Literal)作为参数。
Likewise, you almost always call a superclass method at either the start or end of a descendent method body.
同样,您几乎总是在子代方法主体的开始或结束部分调用超类方法。
Then we can replace all four calls to acquire the lock with a single one that surrounds the entire method body.
然后我们只需执行一次获取锁的操作(为整个方法),而不必像以前一样获取四次锁了。
If this is the implementation pass, output the complete declaration and method body where appropriate (following).
如果这是实现部分,那么输出完整的声明和适当位置的方法体(下面的部分)。
The method body now has the necessary code to find the collection of BookLocal objects for the passed Author's name.
目前方法体中有用于找出已确认的作者姓名的BookLocal对象集的必要代码。
The equals sign before the method body tells the compiler, as well as the human reader, where the method body begins.
方法主体前面的等于号告诉编译器函数的主体从这里开始,就像我们看到的一样。
Gets a value indicating whether local variables in the method body are initialized to the default values for their types.
取得值,指出方法主体中的区域变数是否初始化为其型别的预设值。
When the argument is used inside the method body, the specific method that is executed depends on the type of the argument.
在一个方法内部使用一个类型,表示这个方法的执行依赖于这个参数的类型。
Also, because there is only one expression in the method body, we drop the braces and put the entire method definition on one line.
而且,因为在方法的主体中只有一个表达式,我们也省略了括号,把整个方法的定义放到一行中。
The main() method body just finds the class information and then passes it to the addTiming() method to handle the actual modifications.
main()方法的正文只给出类信息,然后将它传递给addTiming() 方法以处理实际的修改。
All that is necessary is to add to the method body to iterate over this collection to extract the title from each BookLocal and add it to a String array.
所有需要的内容都被加入到方法体中,以便迭代这个结果集。从每个BookLocal中提取标题,并将其加入到字符串数组中。
If a method body has more than one expression, you must surround it with curly braces {...}. You can omit the braces if the method body has just one expression.
如果一个方法的主体包含多于一个的表达式,你必须用大括号来把它们包起来。你可以在方法主体只有一个表达式的时候省略大括号。
In this case, the same effect could easily have been achieved in other ways, for instance by adding code to the actual set method body using the techniques from Part 4.
在这个例子中,可以用其他的方法容易地实现同样的效果,例如通过使用第4部分中的技术在实际的set方法体中增加代码。
Since they have access to the entire parse tree (minus the actual method body), Doclets provide a handy mechanism to compile utility classes or compile reports on the code.
因为它们有权访问整个解析树(除去实际方法主体),所以Doclet提供了一个简便机制来编译有关代码的实用程序类或报告。
This is to allow the Annotation builder to regenerate the code in method body based on all the doclet Tags in the J2C bean and data binding file, and to synchronize the project.
这令Annotation构造器能够根据J2Cbean和数据绑定文件中的所有的doclet Tag在方法体中重新生成代码,并且与工程同步。
Realizing mechanism of method is solved by adopted the parameter delivery of the system and the method body and the result return with the direct help of the operation system.
采用系统和“方法体”之间的参数传递及结果返回直接借助于操作系统的方式来解决“方法”的实现机制。
The aspect class contains the same advice method body as the BirthdayCardSender class, but is annotated with the org.aspectj.lang.annotation.Aspect annotation to identify it as an aspect.
这个切面类包含和BirthdayCardSender类相同的通知方法体,但使用or g .aspectj . lang . annotation .aspect注解来把它识别为一个切面。
The method is abstract because it has no body.
因为它没有函数体,所以称之为抽象。
应用推荐