langtools/src/share/classes/com/sun/tools/javac/jvm/ClassReader.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 5857 84d4886d48aa
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    60  *  representation. The internal representation is anchored in a
    60  *  representation. The internal representation is anchored in a
    61  *  ClassSymbol which contains in its scope symbol representations
    61  *  ClassSymbol which contains in its scope symbol representations
    62  *  for all other definitions in the classfile. Top-level Classes themselves
    62  *  for all other definitions in the classfile. Top-level Classes themselves
    63  *  appear as members of the scopes of PackageSymbols.
    63  *  appear as members of the scopes of PackageSymbols.
    64  *
    64  *
    65  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    65  *  <p><b>This is NOT part of any supported API.
    66  *  you write code that depends on this, you do so at your own risk.
    66  *  If you write code that depends on this, you do so at your own risk.
    67  *  This code and its internal interfaces are subject to change or
    67  *  This code and its internal interfaces are subject to change or
    68  *  deletion without notice.</b>
    68  *  deletion without notice.</b>
    69  */
    69  */
    70 public class ClassReader implements Completer {
    70 public class ClassReader implements Completer {
    71     /** The context key for the class reader. */
    71     /** The context key for the class reader. */