| 1. | Javassist lets you work with source code , which it compiles into java bytecode Javassist允许使用源代码进行工作并把源代码编译成字节码。 |
| 2. | Command to bytecode in exactly the same manner as before except for a couple 命令编译成字节码的,所用的方式和以前完全相同(除了为调用psyco而添加的几个 |
| 3. | It actually compiles python to somewhat baroque java source code or directly to bytecode 实际上,它把python编译成(有点复杂) java源代码或直接编译成字节码。 |
| 4. | Javassist uses a simplified version of java source code , which it then compiles into bytecode Javassist使用java源代码的简化版本,然后再把代码编译成字节码。 |
| 5. | If your system executes strings multiple times , it is a major speedup to precompile to bytecode in this fashion 如果你的系统需要多次执行字符串,以这种方式预编译成字节码可以大大提高速度。 |
| 6. | The java language is a sort of hybrid , in that its code is compiled into bytecode a form of binary for an abstract computer Java语言是某种混合体:它的代码被编译成字节码(针对抽象计算机的二进制形式) 。 |
| 7. | So you can use the repl to play not only with the standard libraries , but with your own java or jython classes that you ve compiled to bytecode 所以您不仅可以将repl用来与标准库一起工作,还可以与已经编译成字节码的您自己的java (或jython )类一起工作。 |
| 8. | Java source code normally gets compiled into bytecode , and some tools can even turn bytecode at least the form generated by normal compilers back into source code Java源代码通常被编译成字节码,并且一些工具甚至可以将字节码(至少是由通常的编译器产生的文件形式)反编译成源代码。 |
| 9. | Just as oop programs can be compiled and executed by different mechanisms for example , interpreted or compiled to bytecode or object code , aop tools offer different facilities for building and executing aspects 正如可以用不同的机制(例如,解释或编译成字节码或对象代码)编译和执行oop程序那样, aop工具为构建和执行方面提供了不同的工具。 |