langtools/src/share/classes/com/sun/tools/classfile/InnerClasses_attribute.java
changeset 9303 eae35c201e19
parent 5847 1908176fd6e3
equal deleted inserted replaced
9302:13a19cf713fd 9303:eae35c201e19
    28 import java.io.IOException;
    28 import java.io.IOException;
    29 
    29 
    30 import com.sun.tools.classfile.ConstantPool.*;
    30 import com.sun.tools.classfile.ConstantPool.*;
    31 
    31 
    32 /**
    32 /**
    33  * See JVMS3, section 4.8.6.
    33  * See JVMS, section 4.8.6.
    34  *
    34  *
    35  *  <p><b>This is NOT part of any supported API.
    35  *  <p><b>This is NOT part of any supported API.
    36  *  If you write code that depends on this, you do so at your own risk.
    36  *  If you write code that depends on this, you do so at your own risk.
    37  *  This code and its internal interfaces are subject to change or
    37  *  This code and its internal interfaces are subject to change or
    38  *  deletion without notice.</b>
    38  *  deletion without notice.</b>