equal
deleted
inserted
replaced
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 |