public class CPMember extends ClassFileEntry
| Modifier and Type | Field and Description |
|---|---|
protected CPUTF8 |
descriptor |
NONE| Constructor and Description |
|---|
CPMember(CPUTF8 name,
CPUTF8 descriptor,
long flags,
java.util.List attributes)
Create a new CPMember
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doWrite(java.io.DataOutputStream dos) |
boolean |
equals(java.lang.Object obj) |
protected ClassFileEntry[] |
getNestedClassFileEntries() |
int |
hashCode() |
protected void |
resolve(ClassConstantPool pool)
Allows the constant pool entries to resolve their nested entries.
|
java.lang.String |
toString() |
objectHashCode, writeprotected final CPUTF8 descriptor
protected ClassFileEntry[] getNestedClassFileEntries()
getNestedClassFileEntries in class ClassFileEntryprotected void resolve(ClassConstantPool pool)
ClassFileEntryresolve in class ClassFileEntrypool - TODOpublic int hashCode()
hashCode in class ClassFileEntrypublic java.lang.String toString()
toString in class ClassFileEntrypublic boolean equals(java.lang.Object obj)
equals in class ClassFileEntryprotected void doWrite(java.io.DataOutputStream dos) throws java.io.IOException
doWrite in class ClassFileEntryjava.io.IOException