class method names的意思|示意
类方法名
class method names的网络常见释义
指定需要保存方法名称的类 class method names”指定需要保存方法名称的类 “Keep additional class names and class member names”保留(不需要混淆)的类名和成员名 ..
class method names相关例句
When a class or struct implements an interface, it receives only the method names and signatures, because the interface itself contains no implementations, as shown in the following example.
当类或结构实现一个接口时,它接收仅在方法名称和签名,因为接口本身包含没有的实现,如下面的示例所示。
Second, there are a set of methods that do not take explicit source class or source method names.
第二种类型的方法不带有表示源文件名和方法名的参数。
After generalization, the recipients could edit and process the class, field, and method names in the same way as any other API names.
泛化之后,接收方可以象编辑和处理任何其它API名称一样编辑和处理类、字段和方法名称。
TurboGears' request dispatch mechanism is routed via controller class and method names.
TurboGears的请求分发机制通过控制器类和方法名进行路由。
It includes class and method names, signatures, and strings (which you can recognize in the text interpretation to the right of the hexadecimal dump), along with various binary values.
它包括类名和方法名、特征符以及字符串(您可以在十六进制转储右侧的文本解释中识别它们),还有各种二进制值。
The first argument to this method is a Map whose keys are fully qualified class names and whose corresponding values are CharSequences containing the source for that class. For example.
该方法的第一个参数是Map,它的键为完全限定类名,而相应的值为包含该类源代码的CharSequence。