src/share/classes/com/sun/tools/javadoc/JavadocMemberEnter.java

changeset 1359
25e14ad23cef
parent 1280
5c0b3faeb0b0
child 1391
ef3ad754f5c7
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
35 import com.sun.tools.javac.util.Position; 35 import com.sun.tools.javac.util.Position;
36 36
37 /** 37 /**
38 * Javadoc's own memberEnter phase does a few things above and beyond that 38 * Javadoc's own memberEnter phase does a few things above and beyond that
39 * done by javac. 39 * done by javac.
40 *
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 risk.
43 * This code and its internal interfaces are subject to change or
44 * deletion without notice.</b>
45 *
40 * @author Neal Gafter 46 * @author Neal Gafter
41 */ 47 */
42 public class JavadocMemberEnter extends MemberEnter { 48 public class JavadocMemberEnter extends MemberEnter {
43 public static JavadocMemberEnter instance0(Context context) { 49 public static JavadocMemberEnter instance0(Context context) {
44 MemberEnter instance = context.get(memberEnterKey); 50 MemberEnter instance = context.get(memberEnterKey);

mercurial