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

  void <init>(com.sun.tools.classfile.ConstantPool, com.sun.tools.classfile.ClassReader);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool;Lcom/sun/tools/classfile/ClassReader;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
        start local 1 // com.sun.tools.classfile.ConstantPool cp
        start local 2 // com.sun.tools.classfile.ClassReader cr
         0: .line 438
            aload 0 /* this */
            aload 1 /* cp */
            invokespecial com.sun.tools.classfile.ConstantPool$CPInfo.<init>:(Lcom/sun/tools/classfile/ConstantPool;)V
         1: .line 439
            aload 0 /* this */
            aload 2 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            putfield com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.name_index:I
         2: .line 440
            return
        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$CONSTANT_Class_info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            0    3     1    cp  Lcom/sun/tools/classfile/ConstantPool;
            0    3     2    cr  Lcom/sun/tools/classfile/ClassReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cp    
      cr    

  public void <init>(com.sun.tools.classfile.ConstantPool, int);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
        start local 1 // com.sun.tools.classfile.ConstantPool cp
        start local 2 // int name_index
         0: .line 443
            aload 0 /* this */
            aload 1 /* cp */
            invokespecial com.sun.tools.classfile.ConstantPool$CPInfo.<init>:(Lcom/sun/tools/classfile/ConstantPool;)V
         1: .line 444
            aload 0 /* this */
            iload 2 /* name_index */
            putfield com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.name_index:I
         2: .line 445
            return
        end local 2 // int name_index
        end local 1 // com.sun.tools.classfile.ConstantPool cp
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            0    3     1          cp  Lcom/sun/tools/classfile/ConstantPool;
            0    3     2  name_index  I
    MethodParameters:
            Name  Flags
      cp          
      name_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$CONSTANT_Class_info this
         0: .line 448
            bipush 7
            ireturn
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;

  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$CONSTANT_Class_info this
         0: .line 452
            iconst_3
            ireturn
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;

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

  public java.lang.String getBaseName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
         0: .line 474
            aload 0 /* this */
            invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.getName:()Ljava/lang/String;
            astore 1 /* name */
        start local 1 // java.lang.String name
         1: .line 475
            aload 1 /* name */
            ldc "["
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 6
         2: .line 476
            aload 1 /* name */
            ldc "[L"
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            istore 2 /* index */
        start local 2 // int index
         3: .line 477
            iload 2 /* index */
            iconst_m1
            if_icmpne 5
         4: .line 478
            aconst_null
            areturn
         5: .line 479
      StackMap locals: java.lang.String int
      StackMap stack:
            aload 1 /* name */
            iload 2 /* index */
            iconst_2
            iadd
            aload 1 /* name */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            areturn
        end local 2 // int index
         6: .line 481
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            1    7     1   name  Ljava/lang/String;
            3    6     2  index  I
    Exceptions:
      throws com.sun.tools.classfile.ConstantPoolException

  public int getDimensionCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
         0: .line 485
            aload 0 /* this */
            invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.getName:()Ljava/lang/String;
            astore 1 /* name */
        start local 1 // java.lang.String name
         1: .line 486
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         2: .line 487
            goto 4
         3: .line 488
      StackMap locals: java.lang.String int
      StackMap stack:
            iinc 2 /* count */ 1
         4: .line 487
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            iload 2 /* count */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 3
         5: .line 489
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            1    6     1   name  Ljava/lang/String;
            2    6     2  count  I
    Exceptions:
      throws com.sun.tools.classfile.ConstantPoolException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
         0: .line 494
            new java.lang.StringBuilder
            dup
            ldc "CONSTANT_Class_info[name_index: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.name_index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;

  public <R, D> R accept(com.sun.tools.classfile.ConstantPool$Visitor<R, D>, );
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$Visitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
        start local 1 // com.sun.tools.classfile.ConstantPool$Visitor visitor
        start local 2 // java.lang.Object data
         0: .line 498
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* data */
            invokeinterface com.sun.tools.classfile.ConstantPool$Visitor.visitClass:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object data
        end local 1 // com.sun.tools.classfile.ConstantPool$Visitor visitor
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            0    1     1  visitor  Lcom/sun/tools/classfile/ConstantPool$Visitor<TR;TD;>;
            0    1     2     data  TD;
    Signature: <R:Ljava/lang/Object;D:Ljava/lang/Object;>(Lcom/sun/tools/classfile/ConstantPool$Visitor<TR;TD;>;TD;)TR;
    MethodParameters:
         Name  Flags
      visitor  
      data     
}
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 abstract CPInfo = com.sun.tools.classfile.ConstantPool$CPInfo of com.sun.tools.classfile.ConstantPool
  public abstract Visitor = com.sun.tools.classfile.ConstantPool$Visitor of com.sun.tools.classfile.ConstantPool