JavaTM 2 Platform
Standard Ed. 6

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

使用 TypeVariable 的软件包
javax.lang.model.type 用来为 Java 编程语言类型建立模型的接口。 
javax.lang.model.util 用来帮助处理程序元素类型的实用工具。 
 

javax.lang.model.typeTypeVariable 的使用
 

返回变量类型为 TypeVariable 的类型的 javax.lang.model.type 中的方法
 List<? extends TypeVariable> ExecutableType.getTypeVariables()
          返回由此 executable 的形式类型参数所声明的类型变量。
 

参数类型为 TypeVariablejavax.lang.model.type 中的方法
 R TypeVisitor.visitTypeVariable(TypeVariable t, P p)
          访问类型变量。
 

javax.lang.model.utilTypeVariable 的使用
 

参数类型为 TypeVariablejavax.lang.model.util 中的方法
 R SimpleTypeVisitor6.visitTypeVariable(TypeVariable t, P p)
          访问类型变量。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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