JavaTM 2 Platform
Standard Ed. 6

類別 javax.lang.model.element.ElementKind
的使用

使用 ElementKind 的軟體套件
javax.lang.model.element 用於 Java 程式語言的模型元素的介面。 
 

javax.lang.model.elementElementKind 的使用
 

返回 ElementKindjavax.lang.model.element 中的方法
 ElementKind Element.getKind()
          返回此元素的型別
static ElementKind ElementKind.valueOf(String name)
          返回帶有指定名稱的該型別的列舉常數。
static ElementKind[] ElementKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only