langtools/src/share/classes/com/sun/tools/javac/code/Printer.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 8226 8c2fd7e7bcf3
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    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> {