方法主体 meaning in English
method body
Examples
- Procedural switching is simply pushed into the method bodies of classes in many cases
在许多情况下过程切换只是被置于类的方法主体中。 - You can declare a method in the java language and define the method body in c or c
您可以在java语言中声明一个方法,并用c或c + +来定义方法主体。 - Likewise , you almost always call a superclass method at either the start or end of a descendent method body
同样,您几乎总是在子代方法主体的开始或结束部分调用超类方法。 - Interface can be used to add annotations or special attributes for the method , but also provides the interface for generating the actual bytecode instruction sequence that makes up the body of the method
Org . objectweb . asm . methodvisitor接口的实例)可以用于为方法添加注释或特殊属性,但是也为生成构成方法主体的实际字节码指令序列提供了接口。 - As you can see in listing 8 , the method bodies simply call the corresponding com method via the com interface pointer , doing any necessary parameter conversions such as converting between the java language s and com s string representations
从清单8中您可以看到,方法主体只是通过com接口指针调用对应的com方法,进行必要的参数转换(例如在java语言和com所表示的字符串之间转换) 。