javax.lang.model.type

接口
异常
所有超级接口:
ReferenceType, TypeMirror

public interface ArrayType
     
extends ReferenceType

表示一个数组类型。多维数组类型被表示为组件类型也是数组类型的数组类型。

从以下版本开始:
1.6

方法摘要
 TypeMirror getComponentType()
          返回此数组类型的组件类型。
 
从接口 javax.lang.model.type.TypeMirror 继承的方法
accept, equals, getKind, hashCode, toString
 

方法详细信息

getComponentType

TypeMirror getComponentType()
返回此数组类型的组件类型。

返回:
此数组类型的组件类型