src/share/classes/com/sun/tools/classfile/EnclosingMethod_attribute.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 972
694ff82ca68e
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
29 import java.io.IOException; 29 import java.io.IOException;
30 30
31 /** 31 /**
32 * See JVMS3, section 4.8.7. 32 * See JVMS3, section 4.8.7.
33 * 33 *
34 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 34 * <p><b>This is NOT part of any supported API.
35 * you write code that depends on this, you do so at your own risk. 35 * If you write code that depends on this, you do so at your own risk.
36 * This code and its internal interfaces are subject to change or 36 * This code and its internal interfaces are subject to change or
37 * deletion without notice.</b> 37 * deletion without notice.</b>
38 */ 38 */
39 public class EnclosingMethod_attribute extends Attribute { 39 public class EnclosingMethod_attribute extends Attribute {
40 EnclosingMethod_attribute(ClassReader cr, int name_index, int length) throws IOException { 40 EnclosingMethod_attribute(ClassReader cr, int name_index, int length) throws IOException {

mercurial