Class ArrayCreationLevel

java.lang.Object
com.github.javaparser.ast.Node
com.github.javaparser.ast.ArrayCreationLevel
All Implemented Interfaces:
NodeWithAnnotations<ArrayCreationLevel>, NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class ArrayCreationLevel extends Node implements NodeWithAnnotations<ArrayCreationLevel>
In new int[1][2]; there are two ArrayCreationLevel objects, the first one contains the expression "1", the second the expression "2".