Spec-Zone .ru
спецификации, руководства, описания, API

Mirror API
DRAFT ea-b118

com.sun.mirror.type
Interface ArrayType

All Superinterfaces:
ReferenceType, TypeMirror

Deprecated. All components of this API have been superseded by the standardized annotation processing API. The replacement for the functionality of this interface is ArrayType.

@Deprecated
public interface ArrayType
extends ReferenceType

Represents an array type. A multidimensional array type is represented as an array type whose component type is also an array type.

Since:
1.5

Method Summary
Modifier and Type Method and Description
 TypeMirror getComponentType()
          Deprecated. Returns the component type of this array type.
 
Methods inherited from interface com.sun.mirror.type.TypeMirror
accept, equals, toString
 

Method Detail

getComponentType

TypeMirror getComponentType()
Deprecated. 
Returns the component type of this array type.

Returns:
the component type of this array type

Mirror API
DRAFT ea-b118

Copyright © 2004, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.