扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.lang.model.type枚举typekind的类成员方法: other定义及介绍
发布时间:2014-2-18
本文导语:
other
public static final typekind other
为实现保留的类型。此类型不能是正在查找的类型。
values
public static final typekind[] values()
returns an array containing the constants of this enum type, in
the order they are declared. this method may be used to iterate
...