|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 TypeVariable 的軟體套件 | |
---|---|
javax.lang.model.type | 用來為 Java 程式語言型別建立模型的介面。 |
javax.lang.model.util | 用來說明處理程序元素和型別的實用工具。 |
javax.lang.model.type 中 TypeVariable 的使用 |
---|
返回變數型別為 TypeVariable 的型別的 javax.lang.model.type 中的方法 | |
---|---|
List<? extends TypeVariable> |
ExecutableType.getTypeVariables()
返回由此 executable 的形式型別參數所宣告的型別變數。 |
參數型別為 TypeVariable 的 javax.lang.model.type 中的方法 | |
---|---|
R |
TypeVisitor.visitTypeVariable(TypeVariable t,
P p)
存取型別變數。 |
javax.lang.model.util 中 TypeVariable 的使用 |
---|
參數型別為 TypeVariable 的 javax.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。