langtools/src/share/classes/com/sun/tools/javac/api/JavacScope.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 25443 9187d77f2c64
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    36 
    36 
    37 
    37 
    38 /**
    38 /**
    39  * Provides an implementation of Scope.
    39  * Provides an implementation of Scope.
    40  *
    40  *
    41  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    41  * <p><b>This is NOT part of any supported API.
    42  * If you write code that depends on this, you do so at your own
    42  * If you write code that depends on this, you do so at your own
    43  * risk.  This code and its internal interfaces are subject to change
    43  * risk.  This code and its internal interfaces are subject to change
    44  * or deletion without notice.</b></p>
    44  * or deletion without notice.</b></p>
    45  *
    45  *
    46  * @author Jonathan Gibbons;
    46  * @author Jonathan Gibbons;