langtools/src/share/classes/com/sun/tools/javap/ClassWriter.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 7681 1f0819a3341f
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    52 import static com.sun.tools.classfile.AccessFlags.*;
    52 import static com.sun.tools.classfile.AccessFlags.*;
    53 
    53 
    54 /*
    54 /*
    55  *  The main javap class to write the contents of a class file as text.
    55  *  The main javap class to write the contents of a class file as text.
    56  *
    56  *
    57  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    57  *  <p><b>This is NOT part of any supported API.
    58  *  you write code that depends on this, you do so at your own risk.
    58  *  If you write code that depends on this, you do so at your own risk.
    59  *  This code and its internal interfaces are subject to change or
    59  *  This code and its internal interfaces are subject to change or
    60  *  deletion without notice.</b>
    60  *  deletion without notice.</b>
    61  */
    61  */
    62 public class ClassWriter extends BasicWriter {
    62 public class ClassWriter extends BasicWriter {
    63     static ClassWriter instance(Context context) {
    63     static ClassWriter instance(Context context) {