| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArrayType
Represents an array type. A multidimensional array type is represented as an array type whose component type is also an array type.
| Method Summary | |
|---|---|
 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. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.