FileDocCategorySizeDatePackage
ArrayType.javaAPI DocJava SE 5 API671Fri Aug 26 14:55:14 BST 2005com.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.TypeMirrorgetComponentType()
Returns the component type of this array type.

return
the component type of this array type