Class ClassFile.ConstantDoubleInfo

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int size()
      Returns the number of entries used by this item in constant_pool.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConstantDoubleInfo

        ConstantDoubleInfo​(ClassFile.Parser parser)
                    throws java.io.IOException
        Parses a CONSTANT_Double_info item.
        Parameters:
        parser - a class parser.
        Throws:
        java.io.IOException - if the class can't be parsed.
    • Method Detail

      • size

        int size()
        Description copied from class: ClassFile.CpInfo
        Returns the number of entries used by this item in constant_pool.
        Overrides:
        size in class ClassFile.CpInfo
        Returns:
        the number of entries used by this item in constant_pool.