Class DoubleInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static int tag  
      (package private) double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleInfo​(double d, int index)  
      DoubleInfo​(java.io.DataInputStream in, int index)  
    • Constructor Detail

      • DoubleInfo

        public DoubleInfo​(double d,
                          int index)
      • DoubleInfo

        public DoubleInfo​(java.io.DataInputStream in,
                          int index)
                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • copy

        public int copy​(ConstPool src,
                        ConstPool dest,
                        java.util.Map<java.lang.String,​java.lang.String> map)
        Specified by:
        copy in class ConstInfo
      • write

        public void write​(java.io.DataOutputStream out)
                   throws java.io.IOException
        Specified by:
        write in class ConstInfo
        Throws:
        java.io.IOException
      • print

        public void print​(java.io.PrintWriter out)
        Specified by:
        print in class ConstInfo