此处,我假定processtrade方法调用的其他方法不执行更新操作。
(I am assuming here that the other methods invoked by the processTrade method do not perform update operations.)
这表示如果指令调用其他方法(甚至是其他类中的方法),而这些方法又调用其他方法等等,那么编辑器面板将切换到可用方法。
This means that if the instruction calls other methods, even in other classes, and those methods call others, and so on, the editor panel jumps to the applicable method.
而进行这样的改变对于调用这个方法的其他方法或者代码会产生什么影响,就不是那么显而易见了。
What isn't so obvious is the effect these changes have on the method or on the code that calls the method.
使用这种方法的最大问题就是它是一个标准接口,很难将新的系统调用增加到内核中,因此可以通过其他方法来实现类似服务。
The biggest problem with them is that it's a standardized interface. It would be difficult to have your new system call added to the kernel, so any additions are likely served through other means.
数值通常由调用其他方法产生,很大可能来自于库包,这些方法返回一个数值给原来的表达式。
Values are often generated by calling other methods, possibly in library packages, that return data values to the original expression.
组合方法(Composed method):方法中调用其他方法,而且这些被调用的方法基本上处于同样的抽象层次。
Composed method: methods call out to other methods, each of which are roughly the same level of abstraction.
图4展示了对于swing类中的方法的静态方法时序图,您可以看到该方法所调用的同一个类和其他类中的其他方法。
Figure 4 shows a static method Sequence diagram for a method in a Swing class, and you can see all of the other methods that this method calls on the same class and other classes.
这类检查查找finalize方法的各种问题,例如空的终结函数,调用其他方法的finalize方法,对finalize的显式调用,等等。
This group of checks seeks out various issues with finalize methods, such as empty finalizers, finalize methods that call other methods, explicit calls to finalize , and so forth.
这里定义的惟一其他方法就是staticmain方法,该方法将在调用构造函数之后再调用迄今还未定义的名为parse的方法。
The only other method defined here is the static main method which calls the constructor and then calls an as-yet undefined method called parse .
在这种意义上,这两个方法设置的方式使得在jQuery调用Ajax方法与在jQuery调用其他方法基本相同。
In this sense, because of the way these two methods are set up, they truly make calling an Ajax method in jQuery exactly like calling any other method in jQuery.
将匿名方法提取到其他方法中时,将在调用提取方法时获取局部变量的值。
When an anonymous method is extracted into another method, the value of the local variable is obtained at the moment of the call to the extracted method.
调用基类上已被其他方法重写的方法。
Call a method on the base class that has been overridden by another method.
调用基类上已被其他方法重写的方法。
Call a method on the base class that has been overridden by another method.
应用推荐