The source code you write is compiled on the fly into the bytecode that is executed. 您所编写的源代码是转换为执行的字节码时进行编译的。
The naive approach to supporting a combination of source code and bytecode generation is to just provide two completely separate code generation implementations. 仅仅通过提供两个完全独立的代码生成实现来支持源代码和字节码生成的合并是一种自然的方法。