langtools/src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 5857 84d4886d48aa
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    46 
    46 
    47 /** This is the second phase of Enter, in which classes are completed
    47 /** This is the second phase of Enter, in which classes are completed
    48  *  by entering their members into the class scope using
    48  *  by entering their members into the class scope using
    49  *  MemberEnter.complete().  See Enter for an overview.
    49  *  MemberEnter.complete().  See Enter for an overview.
    50  *
    50  *
    51  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    51  *  <p><b>This is NOT part of any supported API.
    52  *  you write code that depends on this, you do so at your own risk.
    52  *  If you write code that depends on this, you do so at your own risk.
    53  *  This code and its internal interfaces are subject to change or
    53  *  This code and its internal interfaces are subject to change or
    54  *  deletion without notice.</b>
    54  *  deletion without notice.</b>
    55  */
    55  */
    56 public class MemberEnter extends JCTree.Visitor implements Completer {
    56 public class MemberEnter extends JCTree.Visitor implements Completer {
    57     protected static final Context.Key<MemberEnter> memberEnterKey =
    57     protected static final Context.Key<MemberEnter> memberEnterKey =