另外,字典可以通过聚类自动生成。
BTM然后为这些类自动生成ARM代码(图1)。
BTM then generates the ARM code for those classes automatically (Figure 1).
用代码生成,您还可以将验证构建进所构造的类中,从而要么自动检查值(当设置好它们时),要么按照需要检查有效性。
With code generation, you can also build validation into the constructed classes, either automatically checking values when they are set or checking validity on demand.
根据事后反思,如果代理和调用程序类是自动生成的,则会更好。
On reflection, it would have been better if the proxy and invoker classes had been automatically generated.
ejb可视化编辑器提供了图形化的编辑器,例如uml类图,可用于直接向自动生成相应代码的EJB项目中添加eJB组件。
The EJB Visual editor provides graphical editors, such as UML class diagrams, for adding EJB components directly into an EJB project that automatically generates the corresponding code.
如果找到了一个匹配的表格,DrySQL会自动为它生成一个模型类。
If a matching table is found, DrySQL will automatically generate a model class for it.
默认的,组件被侦测到的时候,Spring会自动生成一个没有修饰符的类名作为bean名字。
By default, when a component is detected, Spring will automatically generate a "bean name" using the non-qualified class name.
table类的名称无关紧要,因为它是自动生成的,而且实际上程序员看不到它。
The name of the table class is irrelevant because it is generated automatically and is essentially invisible to the programmer.
您将专门在src文件夹中工作;eclipse将管理bin文件夹以在后台自动生成类文件。
You work exclusively in the SRC folder; the bin folder is managed by Eclipse to generate class files automatically in the background.
清单3中Bike类的测试用例展示了如何使用自动生成的访问器。
The test case for the Bike class in Listing 3 demonstrates the use of the automatically generated accessor.
DrySQL会提取表格中的约束定义,并用它们自动生成模型类的关联。
DrySQL retrieves your table's constraint definitions, and USES them to automatically generate associations for your model class.
否则,生成的RowHandler将在把bean结果返回给调用者之前,自动执行默认的映射,将结果映射到用户定义的bean类。
Otherwise, the generated RowHandler automatically carries out default mapping to the user-defined bean class, prior to returning bean results to the caller.
选择addReference将把该Web服务添加到solution explorer视图,下载WSDL并自动生成一个客户机代理类。
Selecting add Reference will add that Web service to the solution explorer view, download the WSDL, and automatically generate a client proxy class.
AspectJintertype声明用于自动生成id和版本字段,以及域类中持久化字段的getters和setters。
AspectJ intertype declarations are used to automatically generate ID and version fields, and getters and setters for persistence fields in domain classes.
清单7显示了如何指定抽象类的id属性查询抽象类Person,清单8显示了Hibernate自动生成的SQL查询,其中包括表连接?
Listing 7 shows how to query an abstract Person given its id property, while Listing 8 shows the SQL query automatically generated by Hibernate, including the table junctions.
例如,如果元编程系统自动生成类中的一个方法,但是后来又必须对这个方法进行修改,那么应该如何实现这种功能呢?
For example, if the metaprogramming system auto-generates a method within a class, but later that method must be tweaked, how do you implement something like that?
注意:从技术角度考虑,匿名类也拥有类型名称,该类型名称是由编译器自动生成的。
Note: Technically speaking, anonymous classes have names that are generated by the compiler.
另一方面,要使用窗口小部件封装器类生成相同的测试自动化,只需输入下列五行代码即可。
On the other hand, to produce the same test automation using the widget wrapper classes, you would simply enter the following five lines of code.
集成在Eclipse上的JUnit可以自动生成测试类,因此我让工具为我生成,从而减小我的工作量。
Eclipse's JUnit integration can generate the test class automatically, so I can minimize my work by letting the tools do it for me.
在记录脚本时,FunctionalTester会自动生成这些助手类。
Functional Tester generates these helper classes automatically whenever a script is recorded.
NakedObjects框架是一类典型的原型工具,这类工具依赖于代码中的命名约定以及从代码自动生成ui的反映机制。
The Naked Objects framework is representative of a class of prototyping tools that rely on naming conventions in code along with reflection to automatically generate a UI from the code.
自动装箱:编译器不生成对包装器类的value Of方法的调用,而是生成对构造函数的调用。
Autoboxing: Rather than generating calls to the valueOf method in the wrapper class, the compiler generates calls to the constructor instead.
在创建类时将自动生成buddynoteview构造器。
The BuddyNoteView constructor was automatically generated when the class was created.
为自动化的任务比如产生类的骨架、检查模型的命名习惯和测试模型的完整性和有效性生成rosescripts(可以通过访问Tools菜单得到)。
Generate RoseScripts (accessible via the Tools menu) for automated tasks such as generating class skeletons, checking model-naming conventions, and testing model integrity and validity.
借助于自动生成文档的类库的后台工作,只需要在每个.as文件中添加几行简单的代码就能实例化整个框架。
The entire framework is instantiated in just a few lines of code per .as file thanks to the document classes doing all of the connection work in the background.
end通过包含Hibernate模块(而不是从框架中的基类中继承),Hibernate映射就会被自动生成并配置。
By including the Hibernate module (as opposed to inheriting from a framework base class), the Hibernate mapping is generated and configured automatically.
PreferenceInitializer类(也是自动生成的)为首选项设置默认值。
The PreferenceInitializer class (also autogenerated) sets default values for your preferences.
如果没有为一个类显式定义任何构造函数,编译器将自动为这个类生成默认构造函数。
If we do not explicitly define any constructors, then the compiler will generate the default constructor for us.
如果没有为一个类显式定义任何构造函数,编译器将自动为这个类生成默认构造函数。
If we do not explicitly define any constructors, then the compiler will generate the default constructor for us.
应用推荐