Interface ConstantObject

    • Method Detail

      • getConstantValue

        java.lang.Object getConstantValue​(ConstantPool constantPool)
        Gets the object representing the constant, e.g., Long for ConstantLong.
        Parameters:
        constantPool - the constant.
        Returns:
        object representing the constant, e.g., Long for ConstantLong.