• The compiler generates a method for each supported remote procedure defined in the interface and properties for the arguments of the RPCs.

    这个编译器为定义接口中的每个支持远程过程创建方法RPC参数生成属性

    youdao

  • Instead of having a test method per use case, we have a text file containing the expected generated code and a optional text file containing the expected compiler messages.

    每个测试方法不同,我们一个文本文件包含期望生成代码以及包含所期望编译器消息可选文本文件。

    youdao

  • Typically, this method is very simple and calls into a compiler or interpreter.

    一般而言方法非常简单,就是调用编译器解释器

    youdao

  • These stringent requirements ensure that the compiler can catch method invocation errors, which leads to more reliable programs.

    这些严苛的要求保证编译器可以捕捉方法调用错误生成程序可靠

    youdao

  • If that doesn't work, you can always try the sheer brute force method: specify the necessary compiler flags as part of your CC environment variable, or as part of the CFLAGS environment variable.

    如果这样仍不行,可以尝试使用完全强制方法指定需要的编译器标记CC环境变量或者CFLAGS 环境变量的一部分

    youdao

  • This option generates an options file containing a list of the method signatures corresponding to the methods the JIT compiler compiled while the application ran.

    选项生成选项文件,其中包含方法签名列表对应JIT编译器在应用程序运行的时候编译的那些方法

    youdao

  • It means never thinking twice about misspelling a method name because the compiler immediately indicates the error.

    意味着,不用过多考虑方法名称拼写错误因为编译器能够立即指出类错误。

    youdao

  • Of course, if the class hierarchy changes and a second target method becomes possible, then the JIT compiler can correct the originally generated code so that the virtual invocation is performed.

    当然如果层次结构发生变化并且出现另外的目标方法JIT编译器可以更正最初生成代码以便执行调用

    youdao

  • The equals sign before the method body tells the compiler, as well as the human reader, where the method body begins.

    方法主体前面等于告诉编译器函数的主体从这里开始就像我们看到的一样。

    youdao

  • Exceptions or compiler diagnostics are passed to the log method or written directly into the scrollable errors component in the application.

    异常编译器诊断信息传递log方法直接写入应用程序可滚动errors组件

    youdao

  • The same method to calculate the factorial, this time written for the Duby compiler.

    下面同样计算阶乘方法这次针对Duby编译器而写

    youdao

  • How does the compiler know that the supplied argument has an iterator method?

    编译器如何知道提供参数一个iterator方法呢?

    youdao

  • After you set this option, the JIT compiler prints two messages for each method as it compiles the method. For example.

    设置这个选项之后,JIT编译器会在对方法进行编译每个方法打印条消息

    youdao

  • The example shown in Listing 4 demonstrates how you might use an FXG skin as a custom component: This is the preferred method of implementation because the Flex compiler optimizes the FXG code.

    清单4中的代码演示了如何FXG皮肤用作自定义组件这种方法首选实现方法,因为Flex编译器能够优化 FXG代码

    youdao

  • The compiler doesn't blindly compile everything though I think it can be deployed as an ahead-of-time (AOT) compiler. It kicks in whenever method execution counters trip over some threshold.

    虽然认为可以编译部署AOT(ahead-of-time)编译器,但其实并不盲目地编译所有东西,只有方法执行计数器超过某个阈值时它才会生效。

    youdao

  • The compiler will try and infer the most specific type it can for the type parameters when resolving a call to a generic method. For example, with this generic method.

    解析一个泛型方法调用时,编译器设法推断类型参数达到的具体类型。

    youdao

  • In Scala, override has become part of the language, and forgetting it will generate a compiler error. Thus, a derived toString method should look as shown in Listing 11.

    Scala中override已经成为语言一部分,几乎可以忘记生成编译器错误

    youdao

  • Something else to note is that the Scala compiler doing its type inference does the right thing for the type of the "method" object returned by the if/else.

    注意,对于 if/else返回method对象类型Scala编译器会进行 doestheright thing 类型推断

    youdao

  • It also implements the HCHandler interface (which is not a lot of work given HCHandler defines no method; it is essentially a flag for the compiler).

    实现HCHandler接口(如果hchandler没有定义方法,也没有多少工作量;它本质上只是编译器的一个标志)。

    youdao

  • The compiler creates these methods that call the appropriate method in the application handler.

    编译创建这些方法它们调用应用处理程序中的正确方法

    youdao

  • For the first call to a program after a cancel of that program, or for a method invocation, the compiler initializes the fields of these special registers to their initial values.

    对于某个程序被取消第一调用对于某个方法调用,编译器会初始这些专用寄存器字段它们作为初始

    youdao

  • If there are two anonymous members that both provide a method, the compiler will produce an error, but only if that method is called.

    如果两个匿名成员提供一个方法编译将会报错方法调用的情况下。

    youdao

  • The compiler has no way of telling if you have the right integers going into the method call in the correct order since they are just three integers.

    编译无法知道调用方法时参数传递顺序是否正确因为它们只是三个整数而已。

    youdao

  • Even if there are other statements between the synchronized blocks or method calls, the compiler can still perform lock coarsening.

    即使synchronized方法调用之间其他语句编译仍然能够执行粗化

    youdao

  • As you can see, the compiler still removes the interface and still inlines each implementation of the getName() method. This is still quite optimal code.

    可以看出编译仍然删除接口内联 getName()方法每个实现仍然非常优化的代码。

    youdao

  • As you have seen, the compiler ensures that the first arguments of the BeginInvoke method are the arguments of the method to be called.

    正如看到编译确保BeginInvoke方法第一参数调用方法参数。

    youdao

  • Autoboxing: Rather than generating calls to the valueOf method in the wrapper class, the compiler generates calls to the constructor instead.

    自动装箱:编译生成包装器value Of方法调用,而是生成构造函数的调用。

    youdao

  • Amidst all of the other compiler-provided methods, you should be able to find a good old public static void main (String args) method.

    所有其他编译器提供方法之中,应当能够找到一种优秀publicstaticvoidmain (Stringargs)方法。

    youdao

  • Generic type parameter declared with a final type bound The compiler will issue an error or warning whenever it encounters a type bound involving a final type. Consider this sample method signature.

    Generictypeparameterdeclaredwithafinal typebound编译每当遇到涉及final类型的类型绑定时,就会发出错误或者警告

    youdao

  • Generic type parameter declared with a final type bound The compiler will issue an error or warning whenever it encounters a type bound involving a final type. Consider this sample method signature.

    Generictypeparameterdeclaredwithafinal typebound编译每当遇到涉及final类型的类型绑定时,就会发出错误或者警告

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定