org.apache.tools.ant.taskdefs.optional.depend.constantpool

Class DoubleCPInfo



  • public class DoubleCPInfo
    extends ConstantCPInfo
    The constant pool entry subclass used to represent double constant values.
    • Constructor Detail

      • DoubleCPInfo

        public DoubleCPInfo()
        Constructor
    • Method Detail

      • read

        public void read(java.io.DataInputStream cpStream)
                  throws java.io.IOException
        read a constant pool entry from a class stream.
        Specified by:
        read in class ConstantPoolEntry
        Parameters:
        cpStream - the DataInputStream which contains the constant pool entry to be read.
        Throws:
        java.io.IOException - if there is a problem reading the entry from the stream.
      • toString

        public java.lang.String toString()
        Print a readable version of the constant pool entry.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the string representation of this constant pool entry.