< prev index next >

nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/LoopTree.java

Print this page

        

*** 26,36 **** package jdk.nashorn.api.tree; /** * A mixin for "loop" statements. * ! * @since 1.9 */ public interface LoopTree extends StatementTree { /** * Returns the statement contained in this 'loop' statement. * --- 26,36 ---- package jdk.nashorn.api.tree; /** * A mixin for "loop" statements. * ! * @since 9 */ public interface LoopTree extends StatementTree { /** * Returns the statement contained in this 'loop' statement. *
< prev index next >