langtools/src/share/classes/com/sun/tools/javac/comp/Enter.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6575 ae1798028008
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    80  *              -> (MemberEnter.halfcompleted) --> member enter (2)
    80  *              -> (MemberEnter.halfcompleted) --> member enter (2)
    81  *              -> (Todo)                      --> attribute
    81  *              -> (Todo)                      --> attribute
    82  *                                              (only for toplevel classes)
    82  *                                              (only for toplevel classes)
    83  *  </pre>
    83  *  </pre>
    84  *
    84  *
    85  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    85  *  <p><b>This is NOT part of any supported API.
    86  *  you write code that depends on this, you do so at your own risk.
    86  *  If you write code that depends on this, you do so at your own risk.
    87  *  This code and its internal interfaces are subject to change or
    87  *  This code and its internal interfaces are subject to change or
    88  *  deletion without notice.</b>
    88  *  deletion without notice.</b>
    89  */
    89  */
    90 public class Enter extends JCTree.Visitor {
    90 public class Enter extends JCTree.Visitor {
    91     protected static final Context.Key<Enter> enterKey =
    91     protected static final Context.Key<Enter> enterKey =