Class ClassFileEntry

    • Field Detail

      • resolved

        private boolean resolved
    • Constructor Detail

      • ClassFileEntry

        public ClassFileEntry()
    • Method Detail

      • doWrite

        protected abstract void doWrite​(java.io.DataOutputStream dos)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • equals

        public abstract boolean equals​(java.lang.Object arg0)
        Overrides:
        equals in class java.lang.Object
      • getNestedClassFileEntries

        protected ClassFileEntry[] getNestedClassFileEntries()
      • hashCode

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

        protected int objectHashCode()
      • resolve

        protected void resolve​(ClassConstantPool pool)
        Allows the constant pool entries to resolve their nested entries.
        Parameters:
        pool - TODO
      • toString

        public abstract java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • write

        public final void write​(java.io.DataOutputStream dos)
                         throws java.io.IOException
        Throws:
        java.io.IOException