我正在开发 StringTemplate 4 的 Delphi 版本。为此,我需要访问所有 Java 源文件。我于 2013 年 11 月 19 日下载了 Java 源代码。
在 Compiler 文件夹中的 Compiler.java 文件中是例程:-
/** Compile full template with respect to a list of formal arguments. */
public CompiledST compile( ...
在这个例程中调用了 STParser。
在文件夹 Compiler 中查找文件“STParser.g”。但是没有文件'STParser.java'。文件“CodeGenerator.g”和“Group.g”也存在类似问题。
这些文件的 Java 版本在哪里?我怎样才能获得它们?