langtools/src/share/classes/com/sun/source/tree/NewArrayTree.java
changeset 21022 08da1099cba7
parent 20612 4761f3ff7afb
child 25287 d2440361b323
equal deleted inserted replaced
21021:04429d0cb744 21022:08da1099cba7
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package com.sun.source.tree;
    26 package com.sun.source.tree;
    27 
    27 
    28 import com.sun.tools.javac.util.List;
    28 import java.util.List;
    29 
    29 
    30 /**
    30 /**
    31  * A tree node for an expression to create a new instance of an array.
    31  * A tree node for an expression to create a new instance of an array.
    32  *
    32  *
    33  * For example:
    33  * For example: