< prev index next >

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

Print this page

        

*** 29,39 **** * A tree node for a statement that jumps to a target. Note that * ECMAScript does not support a goto statement. But, this Tree * type serves as a super interface for {@link BreakTree} and * {@link ContinueTree}. * ! * @since 1.9 */ public interface GotoTree extends StatementTree { /** * Label associated with this goto statement. This is null * if there is no label associated with this goto statement. --- 29,39 ---- * A tree node for a statement that jumps to a target. Note that * ECMAScript does not support a goto statement. But, this Tree * type serves as a super interface for {@link BreakTree} and * {@link ContinueTree}. * ! * @since 9 */ public interface GotoTree extends StatementTree { /** * Label associated with this goto statement. This is null * if there is no label associated with this goto statement.
< prev index next >