src/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.Supported public interface Scope { /** * Returns the enclosing scope. */ public Scope getEnclosingScope(); --- 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. */ public Scope getEnclosingScope();