src/jdk.compiler/share/classes/com/sun/source/tree/EnhancedForLoopTree.java

Print this page

        

*** 38,48 **** * * @author Peter von der Ahé * @author Jonathan Gibbons * @since 1.6 */ - @jdk.Exported public interface EnhancedForLoopTree extends StatementTree { /** * Returns the control variable for the loop. * @return the control variable */ --- 38,47 ----