public interface ArrayType
表示一个数组类型。多维数组类型被表示为组件类型也是数组类型的数组类型。
| 方法摘要 | |
|---|---|
TypeMirror |
getComponentType() 返回此数组类型的组件类型。 |
| 从接口 javax.lang.model.type.TypeMirror 继承的方法 |
|---|
accept, equals, getKind, hashCode, toString |
| 方法详细信息 |
|---|
TypeMirror getComponentType()