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

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 660
ae3acbf63943
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
38 import com.sun.tools.classfile.Method; 38 import com.sun.tools.classfile.Method;
39 39
40 /* 40 /*
41 * Write the contents of a Code attribute. 41 * Write the contents of a Code attribute.
42 * 42 *
43 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 43 * <p><b>This is NOT part of any supported API.
44 * you write code that depends on this, you do so at your own risk. 44 * If you write code that depends on this, you do so at your own risk.
45 * This code and its internal interfaces are subject to change or 45 * This code and its internal interfaces are subject to change or
46 * deletion without notice.</b> 46 * deletion without notice.</b>
47 */ 47 */
48 class CodeWriter extends BasicWriter { 48 class CodeWriter extends BasicWriter {
49 static CodeWriter instance(Context context) { 49 static CodeWriter instance(Context context) {

mercurial