• By design, the compiler class does nothing; it serves as a placeholder for a JIT compiler implementation.

    设计中,Compiler任何事只是充当JIT编译器实现中的占位符。

    youdao

  • So, if any of those methods contain references to any fields in the original class, you get a compiler error because they are invisible to the superclass.

    所以如果这些方法中的任何个方法含有原始中的任何字段引用会得到一个编译错误因为它们不可见的。

    youdao

  • In their case, they avoided using reflection by instead working directly with class files, adding code to the classes generated by the compiler in order to provide direct access for the framework.

    他们情况中通过直接处理文件,同时编译器生成添加代码以便框架提供直接访问,来避免使用反射

    youdao

  • Dynamic class loading, which is a challenge for the dynamic JIT compiler, is an even more significant issue for AOT compilation.

    动态加载动态jit编译器面临挑战也是AOT编译的一个重要问题

    youdao

  • This setting causes the compiler to output class files directly to a JAR file, instead of to the project's output folder.

    这个设置使编译器文件直接输出JAR文件而不是输出到项目输出文件夹

    youdao

  • Regular expressions are ways to match patterns against textsimilar to how a compiler works to generate class files.

    正则表达式根据文本匹配模式方法类似编译器生成文件的工作原理

    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

  • 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.

    同样,把更改保存导致项目进行快速递增编译可以项目的属性页面上设置所有相同编译选项

    youdao

  • Because the trait's methods aren't really a "part" of any class until the trait is implemented by that class, the compiler can leave out checking some aspects of the methods' logic until later.

    因为实现特征方法之前,它实际上不是任何部分”,因此编译器将方法的某些逻辑方面以后再处理

    youdao

  • With a static compiler that only compiled one class at a time, we'd be out of luck.

    对于每次编译一个静态编译器,我们幸运

    youdao

  • Note that the implementation classes are only instantiated through a factory class that is generated by the JAXB compiler.

    注意通过JAXB编译器生成一个工厂来实例化实现

    youdao

  • The binding compiler adds JiBX binding code to your class files, preparing them for use with the JiBX runtime.

    绑定编译器将JiBX 绑定代码添加文件编译它们在 JiBX运行时使用

    youdao

  • From that, the protocol buffer compiler creates a class that implements automatic encoding and parsing of the protocol buffer data with an efficient binary format.

    protocolbuffer编译器据此创建实现自动编码并且高效二进制格式分析protocol buffer数据

    youdao

  • To do this using AspectJ, you must compile your class and aspect code with the ajc compiler.

    使用AspectJ 完成这个操作,必须使用ajc编译器来编译Aspect代码

    youdao

  • BigDecimal is a standard class, with no special support in the compiler, to represent arbitrary-precision decimal Numbers and perform arithmetic on them.

    BigDecimal标准编译器不需要特殊支持,它可以表示任意精度的小数它们进行计算

    youdao

  • The bytecode enhancer USES classworking techniques to modify the class files generated by the JDK 5.0 compiler, making these classes usable with older JVMs.

    字节码增强器使用classworking技术修改JD k 5.0编译器生成文件使得这些可以用于旧版J VM。

    youdao

  • The actual class file modifications are done by a JiBX component called the binding compiler.

    实际文件修改称为绑定编译器JiBX组件完成的。

    youdao

  • By default, the C++ compiler uses the __thiscall calling convention for class methods.

    根据预设,C++编译器使用__thiscall作为成员函数的调用协定。

    youdao

  • If the chosen library is not available at runtime, the RegexpPlugin API tries to create a compiler using its class name.

    如果选的运行时不可,则RegexpPluginapi尝试创建一个编译器

    youdao

  • Run the HC compiler to create the corresponding table class.

    运行HC编译器创建相应

    youdao

  • What happens if the compiler makes such an optimization, and later a class is loaded that extends Foo?

    如果编译器进行了这样优化然后装入了一个扩展了Foo会发生什么

    youdao

  • The difference is that, when you go to compile your bean implementation class, the compiler will now complain about any methods you've left out.

    差异在于,编译bean实现时,现在编译抱怨省的任何方法

    youdao

  • DFAFactory, in Listing 3, is the core class in the HC compiler because it is responsible for compiling the transition table.

    清单3中的DFAFactoryHC编译器中的核心因为负责编译转换

    youdao

  • I set up the compiler so I have to specify the override annotation so as to clarify which methods are overriding base class methods.

    编译器进行了设置,所以必须指定override注释以便指明哪些方法覆盖类的方法。

    youdao

  • Just as in Listing 3, you use a helper class, generated in this case by the protocol buffers compiler.

    清单3可以使用protocolbuffers编译器生成helper

    youdao

  • It includes all class data members, all class member functions (either explicitly declared, or implicitly generated by the compiler), all base classes of the class, and all their members. Consider.

    包括所有数据成员,所有类的成员函数(或者显式声明或者编译器隐式生成),所有类的所有它们的成员。

    youdao

  • The standard for compiler design is to break it in two modules: the front end that reads and decodes the input file, and the back end that produces the code or, in this case, the table class.

    编译器设计标准其分成两个模块前端前端读取输入文件并对文件进行解码,后端生成代码或者这种情况下生成table 类。

    youdao

  • Note that this class is specific to the compiler (and therefore resides in the org.ananas.hc.compiler package).

    注意这个编译器独有的(所以,该类位于 org.ananas.hc.compiler 包中)。

    youdao

  • The compiler takes each aspect and creates class files that contain the advice code.

    编译接受每一个方面建立包含通知代码文件

    youdao

  • When you use generics, you supply that added information as part of the source code, and the compiler incorporates the added reference type information directly into your binary class files.

    使用泛型时,可以提供附加信息作为源代码一部分然后编译器会把附加的引用类型信息直接整合到二进制的类文件中。

    youdao

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

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

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