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