We have also taken a brief look at how to define an analysis result class and given a bit of an overview of the parser.
同时我们还简略的学习了,怎样去定义一个分析结果类,并给出了剖析器的概述。
The process to do this is almost trivial, because you need to create only a provider class, a result class, and an extension.
完成该项的过程几乎是琐碎的,因为您只需要创建一个provider类,一个结果类,以及一个扩展。
This is then coupled to a school's picture of what a diverse class should look like, with the result that passport, ethnic origin and sex can all become influencing factors.
这个再加上学校对多元化班级看起来应该是怎么样的定义,结果是护照、种族和性别都可能成为影响因素。
In this case, the delegation model is a proper graph (with cycles), and so a deadlock can occur as a result of particular class relationships and thread usage.
在本例中,委托模型是一个正确的图(带有循环),所以死锁的发生可能是使用特定的类关系和线程的结果。
He describes how to use class wrapping of the JDBC driver, connection, statement, and result set objects to instrument JDBC, and hence, database calls.
他介绍了如何使用JDBC驱动、连接、语句、结果集对象的类包装来工具化jdbc,并由此工具化数据库调用。
Class-action cases often result in trifling payments to individual plaintiffs but fat profits for lawyers.
集团行动案例通常的结果是,为个别原告给予小额赔偿,律师则从中获利。
In the example, the test verifies that the advice correctly marshals data from ITDs as well as the return value of the original join point, passes it to a utility class, and returns the new result.
在例子中,测试验证建议正确地编组了来自ITD的数据以及原来联结点的返回值、将它传递给一个工具类并返回新的结果。
The list of instance variables in this class is worth noting because they define the result object that is generated by the analysis procedure.
这个类中的实例变量列表值得注意,因为它们定义了由分析过程生成的结果对象。
Implicit class loading occurs when a class is loaded as result of a reference, instantiation, or inheritance (not via an explicit method call).
隐式类装入发生在由于引用、实例化或继承导致装入类的时候(不是通过显式方法调用)。
Not surprisingly, you can also use this utility class to output the SELECT result bindings as JSON, as shown in Listing 11.
毫不奇怪,使用这个工具类也能将SELECT结果邦定输出为JSON,如清单 11 所示。
The idea is that any set of values from a given input class should yield the same result; therefore, they are equivalent.
从输入类设置的任何值,都会产生出相同的结果;因此它们是相等的。
The result is a middle class more vulnerable to hardship and insecurity than is often grasped.
这个结果表明中产阶层对困难和不安全因素比通常理解的更脆弱。
Each result comprises a context (for example, the class that matches an anti-pattern), and a description of the problem.
每个结果由一个上下文(举例来说,匹配反模式的类)和一个问题描述组成。
If not, a result is generated by using additional API from the CodeReviewResource class that you created earlier.
如果不是,通过使用来自您早期创建的codereviewresource类的附加api,来产生一个结果。
However, you could also execute the same code in the context of a calculator class to receive a result.
然而,你还可以在一个calculator类的上下文中执行同样的代码来获得结果。
The end result is an extremely lightweight adapter class that implements the functionality required by the RoundThing interface.
最终的结果是一个高度轻量级的适配器类,它实现了RoundThing接口所需的功能。
Essentially, this means that a NoClassDefFoundError is thrown as a result of a unsuccessful implicit class load.
实际上,这意味着NoClassDefFoundError的抛出,是不成功的隐式类装入的结果。
Then it calls a static function in the xml2json class to get the JSON-formatted result.
然后调用xml2json类中的静态函数得到json格式的结果。
The result returns a Boolean object with value false if the computation is not complete; otherwise, it returns an instance of class object, which contains the result.
如果计算没有完成,结果返回一个值为false的Boolean对象;否则,将返回object类的一个实例,其中包含了计算结果。
As a result, all errors regardless of the custom class used in Lotus Domino V7.0.2 are treated as AxisFault exceptions at runtime by the client and not as the custom error.
结果,不管在LotusDominoV7.0.2中使用的自定义类是什么,所有的错误在运行时都被客户机视为AxisFault异常而不是自定义错误。
All my modifications and fixes to the Stack class result in the code you see in Listing 28.
把我对stack类作出的所有修改和修复综合起来,可以得到清单28中的代码。
Then, for each source passed to the compile method, the resulting Class is loaded and placed in the result Map.
然后,对于传递给compile方法的所有源代码,加载产生的class类并放在结果map中。
Just by looking at this result, you can tell that the DoubleListUIBean class is the most complex class in the Struts code base.
单看这个结果,可以认为doublelistuibean类是Struts代码库中最复杂的类。
Actually, this message would likely be sent to the class that would then result in a return value of the created object, so I cheated a bit.
事实上,该消息将可能被发送到类,然后这将导致一个已创建对象的返回值,所以与我说的有点不符。
Simply running the data structure analysis engine code on a class isn't all that much fun because the result is just one data structure representing another data structure.
仅仅在一个类上运行数据结构分析引擎代码,不那么有趣,因为结果只是代表另一个数据结构的数据结构。
Likewise, saving changes to a class will result in a fast incremental compile of the project and you'll be able to set all the same compiler options from the project properties pages.
同样,把更改保存到类中会导致对项目进行快速递增编译,您也可以从项目的属性页面上设置所有相同的编译器选项。
The logical workers take the job from the queue, and process it and send back the result by using some of the functions provided by the class.
逻辑工作线程从队列中渠道任务,进行处理,并通过使用一些类提供的函数将结果返回。
The result of code generation is a DAO implementation class which is compiled and used to execute the SQL statements declared in the original interface.
代码生成的结果就是第二个实现类,该实现类被编译并用于执行初始接口中声明的sql语句。
This could result in a potential concurrency issue in your code at the class level, where static data is used, or in the repository's APIs.
这可能会导致在类级别(使用静态数据的情况)的代码中或存储库 API 中出现潜在的并发问题。
This could result in a potential concurrency issue in your code at the class level, where static data is used, or in the repository's APIs.
这可能会导致在类级别(使用静态数据的情况)的代码中或存储库 API 中出现潜在的并发问题。
应用推荐