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 Object
Base class key for entries with two ptr to other entries.
  • Field Details

    • _index1

      private final int _index1
    • _index2

      private final int _index2
  • Constructor Details

    • DoublePtrKey

      public DoublePtrKey(int index1, int index2)
  • Method Details