langtools/src/share/classes/com/sun/tools/javac/code/Symtab.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 5848 c5a4ce47e780
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    40  *  as well as special classes such as java.lang.Object, which need
    40  *  as well as special classes such as java.lang.Object, which need
    41  *  to be known to the compiler. All symbols are held in instance
    41  *  to be known to the compiler. All symbols are held in instance
    42  *  fields. This makes it possible to work in multiple concurrent
    42  *  fields. This makes it possible to work in multiple concurrent
    43  *  projects, which might use different class files for library classes.
    43  *  projects, which might use different class files for library classes.
    44  *
    44  *
    45  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    45  *  <p><b>This is NOT part of any supported API.
    46  *  you write code that depends on this, you do so at your own risk.
    46  *  If you write code that depends on this, you do so at your own risk.
    47  *  This code and its internal interfaces are subject to change or
    47  *  This code and its internal interfaces are subject to change or
    48  *  deletion without notice.</b>
    48  *  deletion without notice.</b>
    49  */
    49  */
    50 public class Symtab {
    50 public class Symtab {
    51     /** The context key for the symbol table. */
    51     /** The context key for the symbol table. */