|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface TypeParameterElement
表示一般類別、介面、方法或建構子元素的形式型別參數。型別參數宣告一個 TypeVariable
。
TypeVariable
方法摘要 | |
---|---|
List<? extends TypeMirror> |
getBounds()
返回此型別參數的邊界。 |
Element |
getGenericElement()
返回由此型別參數參數化的一般類別、介面、方法或建構子。 |
從介面 javax.lang.model.element.Element 繼承的方法 |
---|
accept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hashCode |
方法詳細資訊 |
---|
Element getGenericElement()
List<? extends TypeMirror> getBounds()
extends
子句所指定的型別。如果沒有使用顯式的 extends
子句,則認為 java.lang.Object
是唯一的邊界。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。