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

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 1339
0e5899f09dab
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
43 import static com.sun.tools.classfile.StackMapTable_attribute.verification_type_info.*; 43 import static com.sun.tools.classfile.StackMapTable_attribute.verification_type_info.*;
44 44
45 /** 45 /**
46 * Annotate instructions with stack map. 46 * Annotate instructions with stack map.
47 * 47 *
48 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 48 * <p><b>This is NOT part of any supported API.
49 * you write code that depends on this, you do so at your own risk. 49 * If you write code that depends on this, you do so at your own risk.
50 * This code and its internal interfaces are subject to change or 50 * This code and its internal interfaces are subject to change or
51 * deletion without notice.</b> 51 * deletion without notice.</b>
52 */ 52 */
53 public class StackMapWriter extends InstructionDetailWriter { 53 public class StackMapWriter extends InstructionDetailWriter {
54 static StackMapWriter instance(Context context) { 54 static StackMapWriter instance(Context context) {

mercurial