Class ArrayCreationExpr

All Implemented Interfaces:
NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class ArrayCreationExpr extends Expression
new int[5][4][][] or new int[][]{{1},{2,3}}.
"int" is the element type.
All the brackets are stored in the levels field, from left to right.
Author:
Julio Vilmar Gesser