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