这是另一个类方法。
How do you make a class method modify itself?
你如何让一个类的方法修改呢?
If __call fails, the parent class method is invoked, and so on.
如果__ call失败,就调用父类方法,依此类推。
I decided to create a class method that would encapsulate the above behavior.
因此我决定创建一个类方法来封装上面的行为。
Ruby also includes another handy DSL mechanism: the alias_method class method.
Ruby还包括另外一个方便的DSL机制:alias_method类方法。
This paper mainly introduces the TAN classifier model, its building method and class method.
主要介绍了贝叶斯网络分类器中的TAN分类器的模型、构造方法及分类方法。
This is usually a class and some method of it.
这段代码通常是某个类的某个方法。
Once you add a new controller class or method, it becomes automatically available.
在添加新控制器类或方法之后,它们就自动变为可用的了。
The stub class contains method signatures of the remote object.
存根类包含远程对象的方法签名。
Also add a class and an attribute and a method within the class.
再添加一个类和该类中的一个属性和方法。
First, there are methods that take an explicit source class name and source method name.
第一种类型的方法包含代表源文件名称及方法名称的参数。
A plus sign (+) denotes a class or static method.
正号(+)表明一个类或静态方法。
The class returned by the factory method is an adapter to a particular cloud service.
工厂方法返回的类用于一个特定于服务的适配器。
Package: the package where the class and method invocation, in context, belong to.
包:类和方法调用上下文属于的包。
Listing 11 is an example of accessing a private method in a class.
清单11展示了对类的私有方法的访问。
When an object of this class is instantiated, the method doesn't return.
当这个类的对象实例化时,方法不返回。
Class: the class where the method invocation, in context, belong to.
类:方法调用上下文所属的类。
It cannot be used to separate the class ID from the method ID.
它不能用于分隔类ID与方法ID。
Object, class file, and method names.
对象、类文件,和方法名称。
First, there is no main method or class definition, just some simple code.
首先,没有main方法或者类定义,只有一些简单的代码。
Drill down further to determine exactly which package, class, or method is causing a problem.
进一步精确地确定哪个包、类或者方法导致了问题的发生。
This class contains our main method.
这个类包含我们的main方法。
Drill down further to determine exactly which package, class, or method is causing the problem.
进一步决定哪一个包、类或者方法引起了这个问题。
Run unit tests within any method, class, namespace, project or solution with a single-click.
单键运行方法、类、命名空间、项目和解决方案中的单元测试。
Introspects your test class and executes each method starting with "test".
内省测试类,并执行每个以“test”开头的方法。
Each expression class has a simplify method, to allow expression rewriting.
每个表达式类都有一个simplify方法,以允许表达式重写。
This change turns out to be toward the end of the class, in this method
在这个方法中,这个修改是在类的结束处
The base class defines a method called load .
基类定义了名为load的方法。
The methods keyword allows you to select method trace by class, method name, or both.
methods关键字允许按照类、方法名或这两者选择要跟踪的方法。
Within each test class, every method whose name begins with ".test "is considered another test.
在每一个测试类内部,每一个名称以“。test”开始的方法都被认为是另一个测试。
应用推荐