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

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 609
13354e1abba7
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
47 /** Root class for Java symbols. It contains subclasses 47 /** Root class for Java symbols. It contains subclasses
48 * for specific sorts of symbols, such as variables, methods and operators, 48 * for specific sorts of symbols, such as variables, methods and operators,
49 * types, packages. Each subclass is represented as a static inner class 49 * types, packages. Each subclass is represented as a static inner class
50 * inside Symbol. 50 * inside Symbol.
51 * 51 *
52 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 52 * <p><b>This is NOT part of any supported API.
53 * you write code that depends on this, you do so at your own risk. 53 * If you write code that depends on this, you do so at your own risk.
54 * This code and its internal interfaces are subject to change or 54 * This code and its internal interfaces are subject to change or
55 * deletion without notice.</b> 55 * deletion without notice.</b>
56 */ 56 */
57 public abstract class Symbol implements Element { 57 public abstract class Symbol implements Element {
58 // public Throwable debug = new Throwable(); 58 // public Throwable debug = new Throwable();

mercurial