public class com.sun.tools.classfile.ConstantPool$CONSTANT_Double_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_Double_info
  super_class: com.sun.tools.classfile.ConstantPool$CPInfo
{
  public final double value;
    descriptor: D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(com.sun.tools.classfile.ClassReader);
    descriptor: (Lcom/sun/tools/classfile/ClassReader;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info this
        start local 1 // com.sun.tools.classfile.ClassReader cr
         0: .line 505
            aload 0 /* this */
            invokespecial com.sun.tools.classfile.ConstantPool$CPInfo.<init>:()V
         1: .line 506
            aload 0 /* this */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readDouble:()D
            putfield com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info.value:D
         2: .line 507
            return
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;
            0    3     1    cr  Lcom/sun/tools/classfile/ClassReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cr    

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info this
        start local 1 // double value
         0: .line 509
            aload 0 /* this */
            invokespecial com.sun.tools.classfile.ConstantPool$CPInfo.<init>:()V
         1: .line 510
            aload 0 /* this */
            dload 1 /* value */
            putfield com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info.value:D
         2: .line 511
            return
        end local 1 // double value
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  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_Double_info this
         0: .line 514
            bipush 6
            ireturn
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_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_Double_info this
         0: .line 518
            bipush 9
            ireturn
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;

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

  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_Double_info this
         0: .line 528
            new java.lang.StringBuilder
            dup
            ldc "CONSTANT_Double_info[value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info.value:D
            invokevirtual java.lang.StringBuilder.append:(D)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_Double_info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_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_Double_info this
        start local 1 // com.sun.tools.classfile.ConstantPool$Visitor visitor
        start local 2 // java.lang.Object data
         0: .line 532
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* data */
            invokeinterface com.sun.tools.classfile.ConstantPool$Visitor.visitDouble:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_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_Double_info this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_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_Double_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Double_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