langtools/src/share/classes/com/sun/tools/javap/AttributeWriter.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 7625 f7374a9d9cc9
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    62 import static com.sun.tools.classfile.AccessFlags.*;
    62 import static com.sun.tools.classfile.AccessFlags.*;
    63 
    63 
    64 /*
    64 /*
    65  *  A writer for writing Attributes as text.
    65  *  A writer for writing Attributes as text.
    66  *
    66  *
    67  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    67  *  <p><b>This is NOT part of any supported API.
    68  *  you write code that depends on this, you do so at your own risk.
    68  *  If you write code that depends on this, you do so at your own risk.
    69  *  This code and its internal interfaces are subject to change or
    69  *  This code and its internal interfaces are subject to change or
    70  *  deletion without notice.</b>
    70  *  deletion without notice.</b>
    71  */
    71  */
    72 public class AttributeWriter extends BasicWriter
    72 public class AttributeWriter extends BasicWriter
    73         implements Attribute.Visitor<Void,Void>
    73         implements Attribute.Visitor<Void,Void>