public abstract class com.sun.tools.classfile.ConstantPool$CPRefInfo extends com.sun.tools.classfile.ConstantPool$CPInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.classfile.ConstantPool$CPRefInfo
  super_class: com.sun.tools.classfile.ConstantPool$CPInfo
{
  public final int tag;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int class_index;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int name_and_type_index;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  protected void <init>(com.sun.tools.classfile.ConstantPool, com.sun.tools.classfile.ClassReader, int);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool;Lcom/sun/tools/classfile/ClassReader;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
        start local 1 // com.sun.tools.classfile.ConstantPool cp
        start local 2 // com.sun.tools.classfile.ClassReader cr
        start local 3 // int tag
         0: .line 398
            aload 0 /* this */
            aload 1 /* cp */
            invokespecial com.sun.tools.classfile.ConstantPool$CPInfo.<init>:(Lcom/sun/tools/classfile/ConstantPool;)V
         1: .line 399
            aload 0 /* this */
            iload 3 /* tag */
            putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.tag:I
         2: .line 400
            aload 0 /* this */
            aload 2 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.class_index:I
         3: .line 401
            aload 0 /* this */
            aload 2 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.name_and_type_index:I
         4: .line 402
            return
        end local 3 // int tag
        end local 2 // com.sun.tools.classfile.ClassReader cr
        end local 1 // com.sun.tools.classfile.ConstantPool cp
        end local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
            0    5     1    cp  Lcom/sun/tools/classfile/ConstantPool;
            0    5     2    cr  Lcom/sun/tools/classfile/ClassReader;
            0    5     3   tag  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cp    
      cr    
      tag   

  protected void <init>(com.sun.tools.classfile.ConstantPool, int, int, int);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool;III)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
        start local 1 // com.sun.tools.classfile.ConstantPool cp
        start local 2 // int tag
        start local 3 // int class_index
        start local 4 // int name_and_type_index
         0: .line 405
            aload 0 /* this */
            aload 1 /* cp */
            invokespecial com.sun.tools.classfile.ConstantPool$CPInfo.<init>:(Lcom/sun/tools/classfile/ConstantPool;)V
         1: .line 406
            aload 0 /* this */
            iload 2 /* tag */
            putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.tag:I
         2: .line 407
            aload 0 /* this */
            iload 3 /* class_index */
            putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.class_index:I
         3: .line 408
            aload 0 /* this */
            iload 4 /* name_and_type_index */
            putfield com.sun.tools.classfile.ConstantPool$CPRefInfo.name_and_type_index:I
         4: .line 409
            return
        end local 4 // int name_and_type_index
        end local 3 // int class_index
        end local 2 // int tag
        end local 1 // com.sun.tools.classfile.ConstantPool cp
        end local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
            0    5     1                   cp  Lcom/sun/tools/classfile/ConstantPool;
            0    5     2                  tag  I
            0    5     3          class_index  I
            0    5     4  name_and_type_index  I
    MethodParameters:
                     Name  Flags
      cp                   
      tag                  
      class_index          
      name_and_type_index  

  public int getTag();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
         0: .line 412
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.tag:I
            ireturn
        end local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;

  public int byteLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
         0: .line 416
            iconst_5
            ireturn
        end local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;

  public com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info getClassInfo();
    descriptor: ()Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
         0: .line 420
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.class_index:I
            invokevirtual com.sun.tools.classfile.ConstantPool.getClassInfo:(I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            areturn
        end local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
    Exceptions:
      throws com.sun.tools.classfile.ConstantPoolException

  public java.lang.String getClassName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
         0: .line 424
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.class_index:I
            invokevirtual com.sun.tools.classfile.ConstantPool.getClassInfo:(I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.getName:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
    Exceptions:
      throws com.sun.tools.classfile.ConstantPoolException

  public com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info getNameAndTypeInfo();
    descriptor: ()Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
         0: .line 428
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$CPRefInfo.name_and_type_index:I
            invokevirtual com.sun.tools.classfile.ConstantPool.getNameAndTypeInfo:(I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
            areturn
        end local 0 // com.sun.tools.classfile.ConstantPool$CPRefInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
    Exceptions:
      throws com.sun.tools.classfile.ConstantPoolException
}
SourceFile: "ConstantPool.java"
NestHost: com.sun.tools.classfile.ConstantPool
InnerClasses:
  public CONSTANT_Class_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_NameAndType_info = com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info of com.sun.tools.classfile.ConstantPool
  public abstract CPInfo = com.sun.tools.classfile.ConstantPool$CPInfo of com.sun.tools.classfile.ConstantPool
  public abstract CPRefInfo = com.sun.tools.classfile.ConstantPool$CPRefInfo of com.sun.tools.classfile.ConstantPool