在哪里可以找到 Java 7 编程语言的官方语法文件?
我在以下链接找到了官方的“Java 编程语言增强”。
http://download.oracle.com/javase /7/docs/technotes/guides/language/enhancements.html#javase7
有谁知道Java 7的官方语法文件吗?
我要做的就是找出 Java 6 和 Java 7 之间的差异并增强我的解析器。
先感谢您
I found the official "Java Programming Language Enhancements" at following link.
http://download.oracle.com/javase/7/docs/technotes/guides/language/enhancements.html#javase7
Does anyone know the official grammar file for Java 7?
What I'm going to do is pick up the difference between Java 6 and Java 7 and enhance my parser.
Thank you in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是官方的,但是,JLS 和实际的编译器之间确实存在差异......请看一下。
http://docs.oracle.com/javase/specs /jls/se7/html/jls-18.html
This is the official, however, it does have differences between the JLS and the actual compiler... go figure.
http://docs.oracle.com/javase/specs/jls/se7/html/jls-18.html