|
Java™ Platform Standard Ed. 7 DRAFT ea-b89 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Modifier and Type | Method and Description |
|---|---|
TypeMirror |
getComponentType()
Returns the component type of this array type. |
| Methods inherited from interface javax.lang.model.type.TypeMirror |
|---|
accept, equals, getKind, hashCode, toString |
| Method Detail |
|---|
TypeMirror getComponentType()
|
Java™ Platform Standard Ed. 7 DRAFT ea-b89 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.