java源文件 meaning in Chinese
java source file
Examples
- Prior to transformation , we need to save all modified files and compile all java source files into classes
进行转换之前,需要保存所有修改的文件,并且将所有的java源文件编译成类。 - This completes importing the web components , including the java source files and all libraries for the application
这样便完成了web组件的导入,包括java源文件和用于应用程序的所有库。 - In this case , ifile is a java source file , and so you could cast it as an icompilationunit
在这种情况下, ifile是一个java源文件,因此您可以将它因此您可以将它强制转型为icompilationunit 。 - Method is given the entire source code for the compilation unit , that is , everything in the java source file
Scanner . setsource方法提供了编译单元的完整源代码,即java源文件中的所有内容。 - Jython code can be directly interpreted or it can be translated to java source that is automatically compiled to class files see
Jython代码可以直接解释,也可以翻译成自动编译为类文件的java源文件(请参阅