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

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 842
3da26790ccb7
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
39 39
40 /** 40 /**
41 * A combined type/symbol visitor for generating non-trivial localized string 41 * A combined type/symbol visitor for generating non-trivial localized string
42 * representation of types and symbols. 42 * representation of types and symbols.
43 * 43 *
44 * <p><b>This is NOT part of any API supported by Sun Microsystems. 44 * <p><b>This is NOT part of any supported API.
45 * If you write code that depends on this, you do so at your own risk. 45 * If you write code that depends on this, you do so at your own risk.
46 * This code and its internal interfaces are subject to change or 46 * This code and its internal interfaces are subject to change or
47 * deletion without notice.</b> 47 * deletion without notice.</b>
48 */ 48 */
49 public abstract class Printer implements Type.Visitor<String, Locale>, Symbol.Visitor<String, Locale> { 49 public abstract class Printer implements Type.Visitor<String, Locale>, Symbol.Visitor<String, Locale> {

mercurial