langtools/src/jdk.compiler/share/classes/com/sun/source/tree/ForLoopTree.java
changeset 34916 16043fc1d90b
parent 25874 83c19f00452c
equal deleted inserted replaced
34915:59702366d897 34916:16043fc1d90b
    40  *
    40  *
    41  * @author Peter von der Ahé
    41  * @author Peter von der Ahé
    42  * @author Jonathan Gibbons
    42  * @author Jonathan Gibbons
    43  * @since 1.6
    43  * @since 1.6
    44  */
    44  */
    45 @jdk.Exported
       
    46 public interface ForLoopTree extends StatementTree {
    45 public interface ForLoopTree extends StatementTree {
    47     /**
    46     /**
    48      * Returns any initializers of the {@code for} statement.
    47      * Returns any initializers of the {@code for} statement.
    49      * The result will be an empty list if there are
    48      * The result will be an empty list if there are
    50      * no initializers
    49      * no initializers