src/jdk.compiler/share/classes/com/sun/source/tree/Scope.java

Print this page

        

*** 46,56 **** * contains the top level elements of the compilation unit, including any named * imports. * * @since 1.6 */ - @jdk.Exported public interface Scope { /** * Returns the enclosing scope. * @return the enclosing scope */ --- 46,55 ----