src/share/classes/com/sun/tools/javac/code/Symtab.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 582
366a7b9b5627
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
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. */

mercurial