class sun.misc.ProxyGenerator$ConstantPool$IndirectEntry extends sun.misc.ProxyGenerator$ConstantPool$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.misc.ProxyGenerator$ConstantPool$IndirectEntry
  super_class: sun.misc.ProxyGenerator$ConstantPool$Entry
{
  private int tag;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private short index0;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private short index1;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, short);
    descriptor: (IS)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry this
        start local 1 // int tag
        start local 2 // short index
         0: .line 1982
            aload 0 /* this */
            invokespecial sun.misc.ProxyGenerator$ConstantPool$Entry.<init>:()V
         1: .line 1983
            aload 0 /* this */
            iload 1 /* tag */
            putfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.tag:I
         2: .line 1984
            aload 0 /* this */
            iload 2 /* index */
            putfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index0:S
         3: .line 1985
            aload 0 /* this */
            iconst_0
            putfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index1:S
         4: .line 1986
            return
        end local 2 // short index
        end local 1 // int tag
        end local 0 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/misc/ProxyGenerator$ConstantPool$IndirectEntry;
            0    5     1    tag  I
            0    5     2  index  S
    MethodParameters:
       Name  Flags
      tag    
      index  

  public void <init>(int, short, short);
    descriptor: (ISS)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry this
        start local 1 // int tag
        start local 2 // short index0
        start local 3 // short index1
         0: .line 1992
            aload 0 /* this */
            invokespecial sun.misc.ProxyGenerator$ConstantPool$Entry.<init>:()V
         1: .line 1993
            aload 0 /* this */
            iload 1 /* tag */
            putfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.tag:I
         2: .line 1994
            aload 0 /* this */
            iload 2 /* index0 */
            putfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index0:S
         3: .line 1995
            aload 0 /* this */
            iload 3 /* index1 */
            putfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index1:S
         4: .line 1996
            return
        end local 3 // short index1
        end local 2 // short index0
        end local 1 // int tag
        end local 0 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/misc/ProxyGenerator$ConstantPool$IndirectEntry;
            0    5     1     tag  I
            0    5     2  index0  S
            0    5     3  index1  S
    MethodParameters:
        Name  Flags
      tag     
      index0  
      index1  

  public void write(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry this
        start local 1 // java.io.DataOutputStream out
         0: .line 1999
            aload 1 /* out */
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.tag:I
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 2000
            aload 1 /* out */
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index0:S
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 2005
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.tag:I
            bipush 9
            if_icmpeq 6
         3: .line 2006
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.tag:I
            bipush 10
            if_icmpeq 6
         4: .line 2007
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.tag:I
            bipush 11
            if_icmpeq 6
         5: .line 2008
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.tag:I
            bipush 12
            if_icmpne 7
         6: .line 2010
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index1:S
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         7: .line 2012
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.DataOutputStream out
        end local 0 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/misc/ProxyGenerator$ConstantPool$IndirectEntry;
            0    8     1   out  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry this
         0: .line 2015
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.tag:I
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index0:S
            iadd
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index1:S
            iadd
            ireturn
        end local 0 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/misc/ProxyGenerator$ConstantPool$IndirectEntry;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry this
        start local 1 // java.lang.Object obj
         0: .line 2019
            aload 1 /* obj */
            instanceof sun.misc.ProxyGenerator$ConstantPool$IndirectEntry
            ifeq 5
         1: .line 2020
            aload 1 /* obj */
            checkcast sun.misc.ProxyGenerator$ConstantPool$IndirectEntry
            astore 2 /* other */
        start local 2 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry other
         2: .line 2021
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.tag:I
            aload 2 /* other */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.tag:I
            if_icmpne 5
         3: .line 2022
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index0:S
            aload 2 /* other */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index0:S
            if_icmpne 5
            aload 0 /* this */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index1:S
            aload 2 /* other */
            getfield sun.misc.ProxyGenerator$ConstantPool$IndirectEntry.index1:S
            if_icmpne 5
         4: .line 2024
            iconst_1
            ireturn
        end local 2 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry other
         5: .line 2027
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // sun.misc.ProxyGenerator$ConstantPool$IndirectEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/misc/ProxyGenerator$ConstantPool$IndirectEntry;
            0    6     1    obj  Ljava/lang/Object;
            2    5     2  other  Lsun/misc/ProxyGenerator$ConstantPool$IndirectEntry;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "ProxyGenerator.java"
NestHost: sun.misc.ProxyGenerator
InnerClasses:
  private ConstantPool = sun.misc.ProxyGenerator$ConstantPool of sun.misc.ProxyGenerator
  private abstract Entry = sun.misc.ProxyGenerator$ConstantPool$Entry of sun.misc.ProxyGenerator$ConstantPool
  private IndirectEntry = sun.misc.ProxyGenerator$ConstantPool$IndirectEntry of sun.misc.ProxyGenerator$ConstantPool