JavaTM 2 Platform
Standard Ed. 6

接口 javax.lang.model.type.ReferenceType
的使用

使用 ReferenceType 的软件包
javax.lang.model.type 用来为 Java 编程语言类型建立模型的接口。 
 

javax.lang.model.typeReferenceType 的使用
 

javax.lang.model.typeReferenceType 的子接口
 interface ArrayType
          表示一个数组类型。
 interface DeclaredType
          表示某一声明类型,是一个类 (class) 类型或接口 (interface) 类型。
 interface ErrorType
          表示无法正常建模的类或接口类型。
 interface NullType
          表示 null 类型。
 interface TypeVariable
          表示一个类型变量。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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