Class CPField
- java.lang.Object
-
- kala.compress.harmony.unpack200.bytecode.ClassFileEntry
-
- kala.compress.harmony.unpack200.bytecode.CPMember
-
- kala.compress.harmony.unpack200.bytecode.CPField
-
public class CPField extends CPMember
Field constant pool entry.
-
-
Field Summary
-
Fields inherited from class kala.compress.harmony.unpack200.bytecode.CPMember
attributes, descriptor, descriptorIndex, flags, name, nameIndex
-
Fields inherited from class kala.compress.harmony.unpack200.bytecode.ClassFileEntry
NONE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class kala.compress.harmony.unpack200.bytecode.CPMember
doWrite, equals, getNestedClassFileEntries, hashCode, resolve
-
Methods inherited from class kala.compress.harmony.unpack200.bytecode.ClassFileEntry
objectHashCode, write
-
-