名字调用 meaning in English
name call
Examples
- The use of a call by name parameter implies a textual substitution of the formal parameter name by the actual parameter .
使用名字调用时,包含有用参数对形式参数进行原文替换的意思。 - To run an application stored in a non - executable jar , you have to add it to your class path and invoke the application s main class by name
要运行存储在非可执行的jar中的应用程序,必须将它加入到您的类路径中,并用名字调用应用程序的主类。 - Less than 30 percent of that time was spent in a call to another method with the same name or in a recursive call to the same method - i can t really tell from the trace , while essentially all the remaining time was spent in a call to the
方法上。这个时间的不到30 %花在用同一个名字调用另一个方法上(或者对同一方法的递归调用我从跟踪中无法区别) ,而所有剩下的时间实质上都花在了对