< 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 */ @jdk.Exported public interface ContinueTree extends GotoTree { /** * Label associated with this continue statement. This is null --- 32,42 ---- * <pre> * continue; * continue <em>label</em> ; * </pre> * ! * @since 9 */ @jdk.Exported public interface ContinueTree extends GotoTree { /** * Label associated with this continue statement. This is null
< prev index next >