然后遍历所有成员,显示它们的方法名称。
It then cycles through all of the elements of this array, displaying the name of the method and its signature.
程序员倾向于围绕它的方法名称前缀。
Programmers tend to work around it by giving method names a prefix.
请求通常由调用远程服务器上的方法名称和参数组成。
A request generally consists of the name of the method to invoke on the remote server, and the arguments.
它定义了一组方法名称和其参数签名,但是没有实现。
It defines a set of method names and their argument signatures, but no implementations. The invoice example might look like Listing 1.
这个实现代码打印出访问方法的用户的名称和方法名称。
This implementation code prints the name of the user accessing the method and the method name. RUP example.
方面不要求被测试类的显式信息,例如它们的名称或方法名称。
The aspects require no explicit information about the classes under test, such as their names or method names.
映射文件允许定制bean、方法名称、方法参数和返回类型。
The mapping file allows you to customize bean and method names as well as method parameters and return types.
JUnit命名约定规定所有测试方法名称都应以单词“test”开头。
The JUnit naming convention states that all test method names should begin with the word "test."
虽然根据该语言的规范,这些方法名称是合法的,但是它们可能不是您想要的。
While these method names are all valid according to the language specification, it is likely that they are not what was intended.
初始化匿名承载的动态方法,指定方法名称、返回类型和参数类型。
Initializes an anonymously hosted dynamic method, specifying the method name, return type, and parameter types.
这意味着,不用过多考虑方法名称的拼写错误,因为编译器能够立即指出这类错误。
It means never thinking twice about misspelling a method name because the compiler immediately indicates the error.
在该目录中,我们对每个测试方法都提供了一个目录,其名称完全匹配该方法名称。
Within that directory, we have one directory per test method, whose name exactly matches the method name.
清单4向第三个try块添加了日志记录功能,只记录堆栈跟踪每部分的方法名称。
Listing 4 adds logging to the third try block, logging just the method name for each part of the stack trace.
JUnit 3.8命名约定规定所有测试方法名称应以单词test开头。
The JUnit 3.8 naming convention states that all test method names should begin with word test.
在解释方法名称时,JSFEL提供了隐式get来调用此绑定。
The JSF EL supplies the implicit get in interpreting the method name to call for the binding.
现在,我需要的唯一其他的几条信息就是要传送到方法调用中的方法名称和几个参数。
Now the only additional pieces of information I need are the method name and the parameters to pass into the method call.
类或结构继承接口时,仅继承方法名称和签名,因为接口本身不包含实现。
When a class or struct inherits an interface, it inherits only the method names and signatures, because the interface itself contains no implementations.
委派物件一般是借由提供委派将包装的方法名称来建构,或使用匿名方法建构。
A delegate object is normally constructed by providing the name of the method the delegate will wrap, or with an anonymous method.
接口用于名称空间和方法名称,因此一个单独的对象可以有名称相同而接口不同的多个方法。
Interfaces are used to namespace the method names, so a single object can have multiple methods with the same name but with different interfaces.
泛化之后,接收方可以象编辑和处理任何其它API名称一样编辑和处理类、字段和方法名称。
After generalization, the recipients could edit and process the class, field, and method names in the same way as any other API names.
FillRowMethodName 被设置为调用返回可枚举对象的每个迭代的方法名称。
The FillRowMethodName is set to the name of the method to call for each iteration of the enumerable object returned.
如果方法名称与HTTPAccept头中的类型匹配,wants方法执行对应的代码块。
A wants method executes the corresponding code block if the method name matches the type in the HTTP Accept header.
本界面的文档是关于实例变量名称与变量值、方法名称与签名、以及异常行为的规范。
The documentation in this interface is normative with respect to instance variable names and values, method names and signatures, and exception behavior.
创建一个动态方法,指定方法名称、返回类型、参数类型和动态方法逻辑关联的类型。
Creates a dynamic method, specifying the method name, return type, parameter types, and the type with which the dynamic method is logically associated.
清单5展示了创建XML文档的dom树的代码,步骤与清单4非常相似,但其中的类和方法名称发生了变化。
Listing 5 shows code to create a DOM tree of an XML document, and the steps are very similar, even though the class and method names change.
此外,合适的是测试方法名称都有一个“test ”前缀,这样测试运行人员就可以自动地执行所有的方法。
In addition, it is desirable to prefix the test method name with "test" so that the test runner will execute all methods automatically.
如果两个接口有相同的方法集并且方法名称和函数类型相同,那么它们相同。方法的顺序不要求相同。
Two interface types are identical if they have the same set of methods with the same names and identical function types. The order of the methods is irrelevant.
为什么必须在listener属性中的方法名称之前加上“listener”前缀(看起来多余,是不是?)
Why do you have to preface the method name in the listener attribute with "listener" (it seems redundant, doesn't it)?
在该文中,我们只是将类和方法名称作为参数传递给程序,程序加载二进制类文件,添加定时代码,然后写回该类。
In that article, we just passed the class and method name as command-line parameters to my program, which loaded the binary class file, added the timing code, then wrote the class back out.
在该文中,我们只是将类和方法名称作为参数传递给程序,程序加载二进制类文件,添加定时代码,然后写回该类。
In that article, we just passed the class and method name as command-line parameters to my program, which loaded the binary class file, added the timing code, then wrote the class back out.
应用推荐