Class CPMethodRef
java.lang.Object
kala.compress.harmony.unpack200.bytecode.ClassFileEntry
kala.compress.harmony.unpack200.bytecode.ConstantPoolEntry
kala.compress.harmony.unpack200.bytecode.CPRef
kala.compress.harmony.unpack200.bytecode.CPMethodRef
Method reference constant pool entry.
-
Field Summary
FieldsFields inherited from class kala.compress.harmony.unpack200.bytecode.CPRef
cachedToString, className, classNameIndex, nameAndType, nameAndTypeIndexFields inherited from class kala.compress.harmony.unpack200.bytecode.ConstantPoolEntry
CP_Class, CP_Double, CP_Fieldref, CP_Float, CP_Integer, CP_InterfaceMethodref, CP_Long, CP_Methodref, CP_NameAndType, CP_String, CP_UTF8, globalIndex, tagFields inherited from class kala.compress.harmony.unpack200.bytecode.ClassFileEntry
NONE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class kala.compress.harmony.unpack200.bytecode.CPRef
equals, resolve, toString, writeBodyMethods inherited from class kala.compress.harmony.unpack200.bytecode.ConstantPoolEntry
doWrite, getGlobalIndex, getTagMethods inherited from class kala.compress.harmony.unpack200.bytecode.ClassFileEntry
objectHashCode, write
-
Field Details
-
hashCodeComputed
private boolean hashCodeComputed -
cachedHashCode
private int cachedHashCode
-
-
Constructor Details
-
CPMethodRef
-
-
Method Details
-
generateHashCode
private void generateHashCode() -
getNestedClassFileEntries
- Overrides:
getNestedClassFileEntriesin classCPRef
-
hashCode
public int hashCode()- Specified by:
hashCodein classConstantPoolEntry
-