src/share/classes/com/sun/tools/javap/ClassWriter.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 798
4868a36f6fd8
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
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) {

mercurial