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

Print this page

        

*** 28,38 **** /** * A mixin for "loop" statements. * * @since 1.9 */ - @jdk.Exported public interface LoopTree extends StatementTree { /** * Returns the statement contained in this 'loop' statement. * * @return the statement --- 28,37 ----