|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 NestingKind 的软件包 | |
---|---|
javax.lang.model.element | 用于 Java 编程语言的模型元素的接口。 |
javax.tools | 为能够从程序(例如,编译器)中调用的工具提供接口。 |
javax.lang.model.element 中 NestingKind 的使用 |
---|
返回 NestingKind 的 javax.lang.model.element 中的方法 | |
---|---|
NestingKind |
TypeElement.getNestingKind()
返回此类型元素的嵌套种类 (nesting kind)。 |
static NestingKind |
NestingKind.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static NestingKind[] |
NestingKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
javax.tools 中 NestingKind 的使用 |
---|
返回 NestingKind 的 javax.tools 中的方法 | |
---|---|
NestingKind |
ForwardingJavaFileObject.getNestingKind()
|
NestingKind |
JavaFileObject.getNestingKind()
提供有关此文件对象表示的类的嵌套层次的提示。 |
NestingKind |
SimpleJavaFileObject.getNestingKind()
此实现返回 null 。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。