Home » openjdk-7 » javax.lang » model » type » [javadoc | source]
javax.lang.model.type
public interface: ArrayType [javadoc | source]

All Implemented Interfaces:
    ReferenceType

Represents an array type. A multidimensional array type is represented as an array type whose component type is also an array type.
Method from javax.lang.model.type.ArrayType Summary:
getComponentType
Method from javax.lang.model.type.ArrayType Detail:
 public TypeMirror getComponentType()
    Returns the component type of this array type.