File
Doc
Category
Size
Date
Package
ArrayType.java
API Doc
Java SE 5 API
671
Fri Aug 26 14:55:14 BST 2005
com.sun.mirror.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
version
1.1 04/01/26
since
1.5
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.mirror.type.TypeMirror
getComponentType
()
Returns the component type of this array type.
return
the component type of this array type
Java Code Source