JavaTM 2 Platform
Standard Ed. 6

javax.lang.model.type
介面 ArrayType

所有父級介面:
ReferenceType, TypeMirror

public interface ArrayType
extends ReferenceType

表示一個陣列型別。多維陣列型別被表示為元件型別也是陣列型別的陣列型別。

從以下版本開始:
1.6

方法摘要
 TypeMirror getComponentType()
          返回此陣列型別的元件型別。
 
從介面 javax.lang.model.type.TypeMirror 繼承的方法
accept, equals, getKind, hashCode, toString
 

方法詳細資訊

getComponentType

TypeMirror getComponentType()
返回此陣列型別的元件型別。

返回:
此陣列型別的元件型別

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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