langtools/src/share/classes/com/sun/tools/javac/tree/Pretty.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6148 3a8158299c51
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    37 
    37 
    38 import static com.sun.tools.javac.code.Flags.*;
    38 import static com.sun.tools.javac.code.Flags.*;
    39 
    39 
    40 /** Prints out a tree as an indented Java source program.
    40 /** Prints out a tree as an indented Java source program.
    41  *
    41  *
    42  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    42  *  <p><b>This is NOT part of any supported API.
    43  *  you write code that depends on this, you do so at your own risk.
    43  *  If you write code that depends on this, you do so at your own risk.
    44  *  This code and its internal interfaces are subject to change or
    44  *  This code and its internal interfaces are subject to change or
    45  *  deletion without notice.</b>
    45  *  deletion without notice.</b>
    46  */
    46  */
    47 public class Pretty extends JCTree.Visitor {
    47 public class Pretty extends JCTree.Visitor {
    48 
    48