-
- All Superinterfaces:
-
AnnotatedConstruct
,ReferenceType
,TypeMirror
public interface ArrayType extends ReferenceType
表示数组类型。 多维数组类型表示为数组类型,其组件类型也是数组类型。- 从以下版本开始:
- 1.6
-
-
方法摘要
所有方法 实例方法 抽象方法 变量和类型 方法 描述 TypeMirror
getComponentType()
返回此数组类型的组件类型。-
声明方法的接口 javax.lang.model.AnnotatedConstruct
getAnnotation, getAnnotationMirrors, getAnnotationsByType
-
-
-
-
方法详细信息
-
getComponentType
TypeMirror getComponentType()
返回此数组类型的组件类型。- 结果
- 此数组类型的组件类型
-
-