简体   繁体   English

查找所有Java语言关键字和Java API类的名称

[英]Find all the keywords of java language and the names of the java API classes

I want to ask you a question.I am not sure I will get any answers but I will give it try:) 我想问你一个问题,我不确定会得到什么答案,但是我会试试看:)

As the header says, I need a way(eg a file from sun's website) that contains all the keywords of the java language and also the class names of the java API.I know that there is some way, as the compiler has this list on his disposal but I don't know how to get it. 如标题所示,我需要一种包含Java语言的所有关键字以及Java API的类名称的方法(例如,来自sun网站的文件)。我知道有某种方法,因为编译器具有此列表在他的处置,但我不知道如何得到它。

Any ideas?Thanks on advance. 有什么想法吗?谢谢前进。

PS:Feel free to edit the tags, I dont know what else to add. PS:可以随意编辑标签,我不知道还要添加什么。

Java keywords . Java关键字 Core Java classes (names in italics are interfaces). 核心Java类 (斜体名称为接口)。 Even more classes . 甚至更多的课

The keywords: http://java.sun.com/docs/books/tutorial/java/nutsandbolts/_keywords.html 关键字: http : //java.sun.com/docs/books/tutorial/java/nutsandbolts/_keywords.html

And each version of Java will have some different classes. 每个Java版本都有一些不同的类。 Newer versions will probably have more classes. 较新的版本可能会有更多的类。 And in future releases it is possible that deprecated classes will be left out, although that is not very likely to happen quickly because of backwards compatibility. 并且在将来的版本中,有可能会弃用不推荐使用的类,尽管由于向后兼容性这不太可能很快发生。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM