Class definitions place yet another namespace in the local scope.
类定义也是局部作用域中的另一个命名空间。
CoreClasses.cs contains the class definitions from the UML package used by the application.
cs包含了应用程序使用的uml包的类的定义。
"Naked" type parameters can't be used in the implements or extends clauses of class definitions.
不能在类定义的implements或extends子句中使用“外露”类型参数。
The file will include the specific servlet class definitions and their corresponding URL pattern.
这个文件将包括特定的servlet类定义以及它们对应的URL模式。
You don't have to manually recreate the backing class definitions when you change the model.
在更改模型时,不必手动重新创建支持类定义。
This header file should ideally contain all the class definitions, member functions, and variables.
在理想情况下,头文件应该包含所有类定义、成员函数和变量。
A mechanism for making class definitions and other declarations available in multiple source files.
使得类的定义和其他声明在多个源文件中可见的一种机制。
Notice the OWL class definitions created in the AutoLoanOntologyModel project under the ontology package.
请注意ontology包下面的AutoLoanOntologyModel项目中创建的OW l类定义。
The gender and age biases encoded in the class definitions of Jane Austen's nineteenth-century England persist.
类似于简奥斯汀的十九世纪英国那个阶级社会的对性别和年龄的偏见依然存在。
Also like classes, traits can contain nested trait and class definitions and classes can contain nested trait definitions.
而且,traits能包含嵌套的trait和类定义,类也能包含嵌套的trait定义。
To a certain degree, then, IDL interfaces correspond to class definitions, and CORBA objects correspond to class instances.
因而在某种程度上,IDL接口对应于类定义,CORBA对象对应于类实例。
Listing 1 begins by including the Zorba PHP class definitions, and creating an instance of the memory store with the InMemoryStore class.
清单1首先包含Zorbaphp类定义,然后使用inmemorystore类创建内存储存的一个实例。
It is an optional attribute, which you use if your application requires loading class definitions by reading their location from ApacheDS.
这是个可选属性,如果应用程序需要从ApacheDS读取类的位置以便装入类定义的时候才用这个属性。
You've seen the class definitions of our view beans, ErrorView and PrefillsRegistrationJSPView, so now let's see how our JSP USES these beans.
您已经看到了我们的视图bean的类定义,ErrorView和PrefillsRegistrationJSPView,那么现在我们来看一下JSP如何使用这些bean。
Class definitions play some neat tricks with namespaces and you need to know how scopes and namespaces work to fully understand what's going on.
类的定义对名字空间玩弄了一些小技巧,为了全面了解所发生的事情,你必须了解作用域与名字空间的工作方式。
This feature can, again, significantly reduce the length of your class definitions and make your application code simpler to maintain and easier to read.
同样,这个特性可以显著减少类定义的长度,并使您的应用程序代码更容易维护和读取。
To solve this we use a simple fact: Ruby class definitions are more than just declarations, they are actually executed at load time. When this line is loaded.
要想解决这个问题,我们要了解一个简单的事实:Ruby的class定义不仅仅是声明,它们会在加载的时候被执行。
Also note that class definitions must appear at the top level of a module, meaning they cannot be nested classes (classes defined inside other classes or functions).
另外要注意,类定义必须出现在模块的最顶层,这意味着它们不能是嵌套的类(在其它类或函数中定义的类)。
In Listing 8, you can see how the import declarations let the rules execution engine know where to find the class definitions of the objects you'll be using in your rules.
在清单8中,可以看到import声明如何让规则执行引擎知道在哪里查找将在规则中使用的对象的类定义。
Create the dummy application (for example, GridApp) with the required class definitions and the required WebSphere eXtreme Scale configuration files in its META-INF directory.
创建一个虚拟的应用程序(比如gridapp),其中必需的类定义和WebSphereeXtremeScale配置文件位于其META -INF目录中。
Moreover, you may have different class filenames than class identifers declared in class definitions so I doubt simple file search will also not guarantee finding file in source code.
此外,你可能有不同的类文件名不是类类定义中声明的标识符,所以我怀疑简单文件搜索也不能保证找到文件的源代码。
You can put all of them in a single class or interface (to centralize all of your message definitions in a single location), or you can place these constants in the classes where they are used.
可以将它们放在单独的类或接口中(将所有消息定义集中到一个地点),也可以放在使用到它们的类中。
The annotations (shown in bold) on each class definition and most of the field definitions supply configuration information that JAXB USES to control the conversion of objects to and from XML.
每个类定义上的注释(用粗体显示)和大部分字段定义提供了配置信息,供JAXB用于控制对象与XML的转换。
The first part of the signature (within the angle brackets '<...>') is just the list of type parameter definitions for the class.
签名的第一部分(位于尖括号 ‘<...>’ 内)就是该类的类型参数定义清单。
If your class loads the implementation based on some logic, it still needs to require the definitions of all the implementation classes, and that doesn't get you anywhere.
如果您的类将装入基于某些逻辑的实现,它仍然需要获取所有实现类的定义,并且那样做也无法取得任何效果。
As an alternative, the recipients could decide to add the class library domain to their definitions.
作为替代,接收方可以决定将类库域添加到他们的定义中。
Finally, you'll see that all the previous listings explicitly load the class definition files, before parsing the XML definitions and data.
最后,您将看到,在解析xml定义和数据之前,上文中的所有清单都可以显式地加载类定义文件。
If that supplied class is a generic class, all fields of the class are processed as though the most general possible parameter type definitions were supplied for the class.
如果提供的类是泛型类,那么即使为这个类提供了最通用的参数类型定义,也会处理类的所有字段。
The key point is just that the constant pool contains all the references to other classes and methods used by this class, along with the actual definitions for this class and its methods.
关键之处在于常量池包含对该类所用的其它类和方法的所有引用,还包含了该类及其方法的实际定义。
I'll handle these differing requirements by using a base class for all parameter definitions, subclassing it for each specific type of parameter.
我处理这些不同需求的方法是,首先为所有形参定义使用一个基类,然后为每一种特定类型的形参细分类这个基类。
应用推荐