Class CPMethod
- java.lang.Object
-
- kala.compress.harmony.unpack200.bytecode.ClassFileEntry
-
- kala.compress.harmony.unpack200.bytecode.CPMember
-
- kala.compress.harmony.unpack200.bytecode.CPMethod
-
public class CPMethod extends CPMember
Method constant pool entry.
-
-
Field Summary
Fields Modifier and Type Field Description private intcachedHashCodeprivate booleanhashCodeComputed-
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 private voidgenerateHashCode()inthashCode()java.lang.StringtoString()-
Methods inherited from class kala.compress.harmony.unpack200.bytecode.CPMember
doWrite, equals, getNestedClassFileEntries, resolve
-
Methods inherited from class kala.compress.harmony.unpack200.bytecode.ClassFileEntry
objectHashCode, write
-
-