src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/Code.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    37  *
    37  *
    38  * This attribute has attributes itself, namely <em>LineNumberTable</em> which
    38  * This attribute has attributes itself, namely <em>LineNumberTable</em> which
    39  * is used for debugging purposes and <em>LocalVariableTable</em> which
    39  * is used for debugging purposes and <em>LocalVariableTable</em> which
    40  * contains information about the local variables.
    40  * contains information about the local variables.
    41  *
    41  *
    42  * @version $Id: Code.java 1749603 2016-06-21 20:50:19Z ggregory $
    42  * @version $Id$
    43  * @see     Attribute
    43  * @see     Attribute
    44  * @see     CodeException
    44  * @see     CodeException
    45  * @see     LineNumberTable
    45  * @see     LineNumberTable
    46  * @see LocalVariableTable
    46  * @see LocalVariableTable
    47  */
    47  */