Class CPMember
- java.lang.Object
-
- org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
-
- org.apache.commons.compress.harmony.unpack200.bytecode.CPMember
-
public class CPMember extends ClassFileEntry
Superclass for member constant pool entries, such as fields or methods.
-
-
Field Summary
Fields Modifier and Type Field Description protected CPUTF8
descriptor
-
Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
NONE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
objectHashCode, write
-
-
-
-
Field Detail
-
descriptor
protected final CPUTF8 descriptor
-
-
Method Detail
-
getNestedClassFileEntries
protected ClassFileEntry[] getNestedClassFileEntries()
- Overrides:
getNestedClassFileEntries
in classClassFileEntry
-
resolve
protected void resolve(ClassConstantPool pool)
Description copied from class:ClassFileEntry
Allows the constant pool entries to resolve their nested entries.- Overrides:
resolve
in classClassFileEntry
- Parameters:
pool
- TODO
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classClassFileEntry
-
toString
public java.lang.String toString()
- Specified by:
toString
in classClassFileEntry
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in classClassFileEntry
-
doWrite
protected void doWrite(java.io.DataOutputStream dos) throws java.io.IOException
- Specified by:
doWrite
in classClassFileEntry
- Throws:
java.io.IOException
-
-