< prev index next >

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

Print this page

        

*** 29,39 **** * Common interface for all nodes in an abstract syntax tree. * * <p><b>WARNING:</b> This interface and its sub-interfaces are * subject to change as the ECMAScript programming language evolves. * ! * @since 1.9 */ public interface Tree { /** * Enumerates all kinds of trees. --- 29,39 ---- * Common interface for all nodes in an abstract syntax tree. * * <p><b>WARNING:</b> This interface and its sub-interfaces are * subject to change as the ECMAScript programming language evolves. * ! * @since 9 */ public interface Tree { /** * Enumerates all kinds of trees.
< prev index next >