src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/SourceFile.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    31  * This class is derived from <em>Attribute</em> and represents a reference
    31  * This class is derived from <em>Attribute</em> and represents a reference
    32  * to the source file of this class.  At most one SourceFile attribute
    32  * to the source file of this class.  At most one SourceFile attribute
    33  * should appear per classfile.  The intention of this class is that it is
    33  * should appear per classfile.  The intention of this class is that it is
    34  * instantiated from the <em>Attribute.readAttribute()</em> method.
    34  * instantiated from the <em>Attribute.readAttribute()</em> method.
    35  *
    35  *
    36  * @version $Id: SourceFile.java 1749603 2016-06-21 20:50:19Z ggregory $
    36  * @version $Id$
    37  * @see     Attribute
    37  * @see     Attribute
    38  */
    38  */
    39 public final class SourceFile extends Attribute {
    39 public final class SourceFile extends Attribute {
    40 
    40 
    41     private int sourcefile_index;
    41     private int sourcefile_index;