Class ConstantPool.Key

java.lang.Object
com.strobel.assembler.ir.ConstantPool.Key
Enclosing class:
ConstantPool

private static final class ConstantPool.Key extends Object
  • Field Details

    • _tag

      private ConstantPool.Tag _tag
    • _intValue

      private int _intValue
    • _longValue

      private long _longValue
    • _stringValue1

      private String _stringValue1
    • _stringValue2

      private String _stringValue2
    • _refIndex1

      private int _refIndex1
    • _refIndex2

      private int _refIndex2
    • _hashCode

      private int _hashCode
  • Constructor Details

    • Key

      private Key()
  • Method Details