Class ConstantPoolEntry

    • Constructor Detail

      • ConstantPoolEntry

        ConstantPoolEntry​(byte tag,
                          int globalIndex)
    • Method Detail

      • doWrite

        public void doWrite​(java.io.DataOutputStream dos)
                     throws java.io.IOException
        Specified by:
        doWrite in class ClassFileEntry
        Throws:
        java.io.IOException
      • equals

        public abstract boolean equals​(java.lang.Object obj)
        Specified by:
        equals in class ClassFileEntry
      • getGlobalIndex

        public int getGlobalIndex()
      • getTag

        public byte getTag()
      • writeBody

        protected abstract void writeBody​(java.io.DataOutputStream dos)
                                   throws java.io.IOException
        Throws:
        java.io.IOException