Class ClassFile.ConstantPoolInfo

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean isWide()  
      protected abstract void store​(java.io.DataOutputStream dos)
      Stores this CP entry into a DataOutputStream.
      • Methods inherited from class java.lang.Object

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

      • ConstantPoolInfo

        public ConstantPoolInfo()
    • Method Detail

      • store

        protected abstract void store​(java.io.DataOutputStream dos)
                               throws java.io.IOException
        Stores this CP entry into a DataOutputStream.

        See JVMS7 4.4.1 and following.

        Throws:
        java.io.IOException
      • isWide

        public abstract boolean isWide()
        Returns:
        Whether this CP entry is "wide" in the sense of JVMS7 4.4.5