< prev index next >

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

Print this page

        

*** 32,42 **** * <pre> * continue; * continue <em>label</em> ; * </pre> * ! * @since 1.9 */ public interface ContinueTree extends GotoTree { /** * Label associated with this continue statement. This is null * if there is no label associated with this continue statement. --- 32,42 ---- * <pre> * continue; * continue <em>label</em> ; * </pre> * ! * @since 9 */ public interface ContinueTree extends GotoTree { /** * Label associated with this continue statement. This is null * if there is no label associated with this continue statement.
< prev index next >