langtools/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 5857 84d4886d48aa
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    47 import static javax.tools.StandardLocation.CLASS_OUTPUT;
    47 import static javax.tools.StandardLocation.CLASS_OUTPUT;
    48 
    48 
    49 /** This class provides operations to map an internal symbol table graph
    49 /** This class provides operations to map an internal symbol table graph
    50  *  rooted in a ClassSymbol into a classfile.
    50  *  rooted in a ClassSymbol into a classfile.
    51  *
    51  *
    52  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    52  *  <p><b>This is NOT part of any supported API.
    53  *  you write code that depends on this, you do so at your own risk.
    53  *  If you write code that depends on this, you do so at your own risk.
    54  *  This code and its internal interfaces are subject to change or
    54  *  This code and its internal interfaces are subject to change or
    55  *  deletion without notice.</b>
    55  *  deletion without notice.</b>
    56  */
    56  */
    57 public class ClassWriter extends ClassFile {
    57 public class ClassWriter extends ClassFile {
    58     protected static final Context.Key<ClassWriter> classWriterKey =
    58     protected static final Context.Key<ClassWriter> classWriterKey =