FileDocCategorySizeDatePackage
ArrayType.javaAPI DocJava SE 6 API706Tue Jun 10 00:26:10 BST 2008javax.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.TypeMirrorgetComponentType()
Returns the component type of this array type.

return
the component type of this array type