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

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

mercurial