It does not need to declare class attributes for elements that it reuses or inherits.
也不需要为其重用或继承的元素声明class属性。
It USES a rule parameter to declare and describe a field where the user can type a qualified class name.
它使用一个规则参数来声明和描述一个用户可以键入一个合格的类名称的域。
If it is not a static class, you first need to declare the name of the field that will hold the reference to the parent class of the nested class before you get to the preview box.
如果它不是一个静态类,那么需要首先声明保存有对此嵌套类的父类的引用的那个字段的名称,之后才能看到这个预览框。
You can declare standard and abstract methods in an abstract class, as shown in Listing 5.
可以在抽象类中声明标准和抽象方法,如清单5所示。
Create the full-size application's organizational package, interface, and class structure, even if the files do nothing more than declare the class name and the interface it implements initially.
创建完整大小应用程序的组织包、界面和类结构,即使这些文件的作用只是声明最初实现的类名称和接口。
I figure that until I know the final class shapes and have a little practical usage of the code, I don't want to declare what my clients might need.
我认为,在我知道最终类的模样并实际使用过代码之前,我不想声明我的“客户们”可能需要什么。
To do that, declare a a special exception class that indicates the result has been signalled already.
为此,需要声明一个专门的异常类,指出已经告知结果。
If two templates declare the same class name, then they will interfere each others' changes with no warning.
如果两个模板声明了相同的类名,那么它们就会相互影响到对方的变化,而不会产生任何警告信息。
You can modify an existing class, pass it as a parameter, and take advantage of the API without requiring the base API to declare an abstract class or interface.
您可以修改已有类,将它作为参数传递,并利用API,而不需要基础 API声明一个抽象类或接口。
EAz implements a permissions class as a single standard location for an EAz application to declare its permissions and actions.
EAz实现permissions类的方式使其成为EAz应用程序声明其权限和操作的单一标准位置。
For ease of use, we define a EventConstants class to declare some useful constants such as topic strings.
为便于使用,我们定义了一个eventconstants类来声明一些有用的常量,例如主题字符串。
But all we need to do to assure the constraint is obeyed in the instances is declare the chapter class in this straightforward manner.
但是为确保在实例中遵守约束,我们所需做的就是用这种简单的方式来声明chapter类。
If you declare your properties private and attempt to access them from outside the class 'scope (as shown in Listing 7), the PHP engine will throw a fatal error.
如果将属性声明为private并试图从类范围外部访问它(如清单7所示),PHP引擎将抛出致命错误。
I conducted such an analysis to determine which variables to declare for the SimpleLinearRegression class in Listing 1.
我采用这样的分析来确定为清单1中的SimpleLinearRegression类声明哪些变量。
Inside the FunctionCall class, you must declare each of the custom functions you want to create.
在functioncall类的内部,必须声明要创建的每一个定制函数。
You can create a finalizer for the class you're creating and declare it as final.
可以为所创建的类创建一个终结器并将它声明为final。
That is, we don't have to declare a class first that mixes in all the traits we want.
也就是说,我们不必首先声明一个混合了所有我们所需要的trait的类。
Moreover, just as you could with any class, you can declare variables of type String in your programs and use them without considering their underlying structure.
此外,就像使用任何的类,你可以在程序中声明一个String类型的变量而不用考虑他们内部的结构。
You can use regular expressions to declare the name of the class; for instance, Hello* traces any classes with names starting with Hello.
可以用正则表达式声明类的名称,例如Hello*会跟踪所有以 Hello开头的名称。
If you want to declare a "real" (that is, useful) Dojo class, it's important to understand constructors.
如果希望声明一个“真正的”(即有用的)dojo类,那么一定要理解构造函数。
Similarly, the Apache Tuscany sca runtime allows you to explicitly declare the sca services, references, and properties within your Spring bean class using sca annotations.
同样地,ApacheTuscanysca运行时允许您使用sca注释在Springbean类内显式地声明sca服务、引用和属性。
You declare the plug-in class by adding a class attribute to the tag in the manifest, as shown here.
通过将一个类属性添加到清单中的标记来声明插件类,如下所示。
An instance of the Drools WorkingMemory class is used to assert or declare the knowledge that the rules engine should use to determine which consequences should be executed.
DroolsWorkingMemory类的实例用于断言或声明知识,规则引擎应使用它来确定应执行的结果。
You cannot declare a variable of type Static1 because it is marked as a static class.
您不能声明Static 1类型的变量,因为它被标记为静态类。
In a Dojo class you can declare a preamble, a constructor, and a postscript, but in the majority of cases you will only need to declare a constructor.
在一个dojo类中,可以声明一个preamble、一个constructor和一个postscript,但是在大多数情况下,您只需要声明一个构造函数。
In both cases you need to declare the dependency (e.g. using the Spring configuration file) and add a corresponding constructor or mutator method to the dependent object class.
在这两种情况下,您都需要声明依赖项(例如使用Spring配置文件),并向依赖对象类添加对应的构造函数或mutator方法。
You declare introduced methods and member variables almost exactly as you would regular class members, except that you must qualify which class you declare them on (hence ValueObject.timestamp).
除了必须限定在哪个类上声明引入的方法和成员变量以外(因此是ValueObject .timestamp),声明引入的方法和成员变量几乎与声明常规类成员相同。
To ensure that the Web application class loader picks up the portlet TLD files, you must also declare the portlet taglib directly, as shown in Listing 10.
为了确保Web应用程序类装入器获得portletTLD文件,您还必须直接声明 portlettaglib,如清单10 所示
The first step is to declare a class that extends from WebTestCase, shown in Listing 3.
第一步是声明一个从WebTestCase扩展而来的类,如清单3所示。
This time in the new class wizard, we'll declare our new class in the same namespace, but call it MegaLottery.
这次在NewClass向导中,我们将在同一个名称空间中声明新类,但是把它称为MegaLottery。
应用推荐