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

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
35 import java.util.Map; 35 import java.util.Map;
36 36
37 /** 37 /**
38 * Annotate instructions with details about try blocks. 38 * Annotate instructions with details about try blocks.
39 * 39 *
40 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 40 * <p><b>This is NOT part of any supported API.
41 * you write code that depends on this, you do so at your own risk. 41 * If you write code that depends on this, you do so at your own risk.
42 * This code and its internal interfaces are subject to change or 42 * This code and its internal interfaces are subject to change or
43 * deletion without notice.</b> 43 * deletion without notice.</b>
44 */ 44 */
45 public class TryBlockWriter extends InstructionDetailWriter { 45 public class TryBlockWriter extends InstructionDetailWriter {
46 public enum NoteKind { 46 public enum NoteKind {

mercurial