public abstract class ClassFileEntry extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static ClassFileEntry[] |
NONE |
Constructor and Description |
---|
ClassFileEntry() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doWrite(java.io.DataOutputStream dos) |
abstract boolean |
equals(java.lang.Object arg0) |
protected ClassFileEntry[] |
getNestedClassFileEntries() |
abstract int |
hashCode() |
protected int |
objectHashCode() |
protected void |
resolve(ClassConstantPool pool)
Allows the constant pool entries to resolve their nested entries.
|
abstract java.lang.String |
toString() |
void |
write(java.io.DataOutputStream dos) |
protected static final ClassFileEntry[] NONE
public ClassFileEntry()
protected abstract void doWrite(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public abstract boolean equals(java.lang.Object arg0)
equals
in class java.lang.Object
protected ClassFileEntry[] getNestedClassFileEntries()
public abstract int hashCode()
hashCode
in class java.lang.Object
protected void resolve(ClassConstantPool pool)
pool
- TODOprotected int objectHashCode()
public abstract java.lang.String toString()
toString
in class java.lang.Object
public final void write(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException