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

Print this page

        

*** 31,41 **** * 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. * * @return the list of source elements in this compilation unit --- 31,40 ----