API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.lang.model.type.
ArrayType
View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.3 06/07/31
Serial
Hierarchy
TypeMirror
ReferenceType
ArrayType
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface ArrayType
Represents an array type.
Represents an array type.
A multidimensional array type is represented as an array type
whose component type is also an array type.
See also:
Methods
Hide/Show inherited methods
public
TypeMirror
getComponentType
()
Returns the component type of this array type.
Returns the component type of this array type.
Returns:
the component type of this array type
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar