JavaTM 2 Platform
Standard Ed. 6

java.lang.reflect
介面 GenericDeclaration

所有已知實作類別:
Class, Constructor, Method

public interface GenericDeclaration

宣告型別變數的所有實體的公共介面。

從以下版本開始:
1.5

方法摘要
 TypeVariable<?>[] getTypeParameters()
          返回宣告順序的 TypeVariable 物件的陣列,這些物件表示由此 GenericDeclaration 物件表示的一般宣告宣告的型別變數。
 

方法詳細資訊

getTypeParameters

TypeVariable<?>[] getTypeParameters()
返回宣告順序的 TypeVariable 物件的陣列,這些物件表示由此 GenericDeclaration 物件表示的一般宣告宣告的型別變數。如果底層的一般宣告未宣告任何型別變數,則返回一個 0 長度的陣列。

返回:
表示由此一般宣告宣告的型別變數的 TypeVariable 物件的陣列
拋出:
GenericSignatureFormatError - 如果此一般宣告的一般簽章不符合 Java Virtual Machine Specification, 3rd edition 指定的格式。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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