Uses of Class
javax.lang.model.element.NestingKind
-
Packages that use NestingKind 软件包 描述 javax.lang.model.element 用于建模Java编程语言元素的接口。javax.tools 为可以从程序调用的工具提供接口,例如编译器。 -
-
Uses of NestingKind in javax.lang.model.element
Methods in javax.lang.model.element that return NestingKind 变量和类型 方法 描述 NestingKind
TypeElement. getNestingKind()
返回此类型元素的 嵌套类型。static NestingKind
NestingKind. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static NestingKind[]
NestingKind. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。 -
Uses of NestingKind in javax.tools
Methods in javax.tools that return NestingKind 变量和类型 方法 描述 NestingKind
JavaFileObject. getNestingKind()
提供有关此文件对象所表示的类的嵌套级别的提示。NestingKind
SimpleJavaFileObject. getNestingKind()
This implementation returnsnull
.
-