Class ArrayType

All Implemented Interfaces:
NodeWithAnnotations<ArrayType>, NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Resolvable<ResolvedType>, Cloneable

public class ArrayType extends ReferenceType implements NodeWithAnnotations<ArrayType>
To indicate that a type is an array, it gets wrapped in an ArrayType for every array level it has. So, int[][] becomes ArrayType(ArrayType(int)).