Class CPMember
- java.lang.Object
-
- kala.compress.harmony.unpack200.bytecode.ClassFileEntry
-
- kala.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 (package private) java.util.List<Attribute>attributesprotected CPUTF8descriptor(package private) intdescriptorIndex(package private) shortflags(package private) CPUTF8name(package private) intnameIndex-
Fields inherited from class kala.compress.harmony.unpack200.bytecode.ClassFileEntry
NONE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoWrite(java.io.DataOutputStream dos)booleanequals(java.lang.Object obj)protected ClassFileEntry[]getNestedClassFileEntries()inthashCode()protected voidresolve(ClassConstantPool pool)Allows the constant pool entries to resolve their nested entries.java.lang.StringtoString()-
Methods inherited from class kala.compress.harmony.unpack200.bytecode.ClassFileEntry
objectHashCode, write
-
-
-
-
Method Detail
-
doWrite
protected void doWrite(java.io.DataOutputStream dos) throws java.io.IOException- Specified by:
doWritein classClassFileEntry- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin classClassFileEntry
-
getNestedClassFileEntries
protected ClassFileEntry[] getNestedClassFileEntries()
- Overrides:
getNestedClassFileEntriesin classClassFileEntry
-
hashCode
public int hashCode()
- Specified by:
hashCodein classClassFileEntry
-
resolve
protected void resolve(ClassConstantPool pool)
Description copied from class:ClassFileEntryAllows the constant pool entries to resolve their nested entries.- Overrides:
resolvein classClassFileEntry- Parameters:
pool- TODO
-
toString
public java.lang.String toString()
- Specified by:
toStringin classClassFileEntry
-
-