⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 JDK1.4编译器前端
💻
字号:
The Java1.4Frontend is part of the JastAdd project (http://www.jastadd.org)The source code copyright is held by Torbj鰎n Ekman, tobbe@ekman.netJava1.4Frontend - Version R20071019The Java1.4Frontend performs static-semantic checking including name analysisand type analysis and compile-time error checking. It is a high-qualityimplementation that passes almost all tests in the jacks test suite (more thanjavac and jikes).A main program JavaPrettyPrinter is included that parses Java source code,performs static-semantic checking and prettyprints the programs to standardoutput. BUILDINGAll tools needed (jastadd2, jflex, beaver, etc.) are included. You only need tohave javac and Apache Ant installed in order to continue. An example ant build file isincluded.RUNNINGUsage: java JavaPrettyPrinter <options> <source files>  -verbose                  Output messages about what the compiler is doing  -classpath <path>         Specify where to find user class files  -sourcepath <path>        Specify where to find input source files  -bootclasspath <path>     Override location of bootstrap class files  -extdirs <dirs>           Override location of installed extensions  -d <directory>            Specify where to place generated class files  -help                     Print a synopsis of standard options  -version                  Print version informationLICENSINGThe frontend source code is covered by the BSD license.The included tools are covered by their individual licenses:JastAdd (BSD license).jflex (lexer generator) (GPL license)beaver (parser generator) (BSD license)junit (testing tool) (Common Public License)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -