src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ConstantString.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    29 
    29 
    30 /**
    30 /**
    31  * This class is derived from the abstract {@link Constant}
    31  * This class is derived from the abstract {@link Constant}
    32  * and represents a reference to a String object.
    32  * and represents a reference to a String object.
    33  *
    33  *
    34  * @version $Id: ConstantString.java 1749603 2016-06-21 20:50:19Z ggregory $
    34  * @version $Id$
    35  * @see     Constant
    35  * @see     Constant
    36  */
    36  */
    37 public final class ConstantString extends Constant implements ConstantObject {
    37 public final class ConstantString extends Constant implements ConstantObject {
    38 
    38 
    39     private int string_index; // Identical to ConstantClass except for this name
    39     private int string_index; // Identical to ConstantClass except for this name