src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ConstantObject.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    23 
    23 
    24 /**
    24 /**
    25  * This interface denotes those constants that have a "natural" value,
    25  * This interface denotes those constants that have a "natural" value,
    26  * such as ConstantLong, ConstantString, etc..
    26  * such as ConstantLong, ConstantString, etc..
    27  *
    27  *
    28  * @version $Id: ConstantObject.java 1747278 2016-06-07 17:28:43Z britter $
    28  * @version $Id$
    29  * @see     Constant
    29  * @see     Constant
    30  */
    30  */
    31 public interface ConstantObject {
    31 public interface ConstantObject {
    32 
    32 
    33     /** @return object representing the constant, e.g., Long for ConstantLong
    33     /** @return object representing the constant, e.g., Long for ConstantLong