< prev index next >

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

Print this page

        

*** 29,39 **** /** * Represents the abstract syntax tree for compilation units (source * files) * ! * @since 1.9 */ @jdk.Exported public interface CompilationUnitTree extends Tree { /** * Return the list of source elements in this compilation unit. --- 29,39 ---- /** * Represents the abstract syntax tree for compilation units (source * files) * ! * @since 9 */ @jdk.Exported public interface CompilationUnitTree extends Tree { /** * Return the list of source elements in this compilation unit.
< prev index next >