Package serp.bytecode.lowlevel
Class ConstantPool.DoublePtrKey
- java.lang.Object
-
- serp.bytecode.lowlevel.ConstantPool.DoublePtrKey
-
- Direct Known Subclasses:
ConstantPool.FieldKey
,ConstantPool.InterfaceMethodKey
,ConstantPool.InvokeDynamicKey
,ConstantPool.MethodKey
,ConstantPool.NameAndTypeKey
- Enclosing class:
- ConstantPool
private abstract static class ConstantPool.DoublePtrKey extends java.lang.Object
Base class key for entries with two ptr to other entries.
-
-
Constructor Summary
Constructors Constructor Description DoublePtrKey(int index1, int index2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
-