File
Doc
Category
Size
Date
Package
ArrayType.java
API Doc
Java SE 6 API
706
Tue Jun 10 00:26:10 BST 2008
javax.lang.model.type
ArrayType
public interface ArrayType implements ReferenceType
Represents an array type. A multidimensional array type is represented as an array type whose component type is also an array type.
author
Joseph D. Darcy
author
Scott Seligman
author
Peter von der Ahé
version
1.3 06/07/31
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
javax.lang.model.type.TypeMirror
getComponentType
()
Returns the component type of this array type.
return
the component type of this array type
Java Code Source