public final class org.apache.bcel.classfile.ConstantDouble extends org.apache.bcel.classfile.Constant implements org.apache.bcel.classfile.ConstantObject
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.bcel.classfile.ConstantDouble
  super_class: org.apache.bcel.classfile.Constant
{
  private double bytes;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantDouble this
        start local 1 // double bytes
         0: .line 41
            aload 0 /* this */
            bipush 6
            invokespecial org.apache.bcel.classfile.Constant.<init>:(B)V
         1: .line 42
            aload 0 /* this */
            dload 1 /* bytes */
            putfield org.apache.bcel.classfile.ConstantDouble.bytes:D
         2: .line 43
            return
        end local 1 // double bytes
        end local 0 // org.apache.bcel.classfile.ConstantDouble this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/bcel/classfile/ConstantDouble;
            0    3     1  bytes  D
    MethodParameters:
       Name  Flags
      bytes  final

  public void <init>(org.apache.bcel.classfile.ConstantDouble);
    descriptor: (Lorg/apache/bcel/classfile/ConstantDouble;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantDouble this
        start local 1 // org.apache.bcel.classfile.ConstantDouble c
         0: .line 50
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantDouble.getBytes:()D
            invokespecial org.apache.bcel.classfile.ConstantDouble.<init>:(D)V
         1: .line 51
            return
        end local 1 // org.apache.bcel.classfile.ConstantDouble c
        end local 0 // org.apache.bcel.classfile.ConstantDouble this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ConstantDouble;
            0    2     1     c  Lorg/apache/bcel/classfile/ConstantDouble;
    MethodParameters:
      Name  Flags
      c     final

  void <init>(java.io.DataInput);
    descriptor: (Ljava/io/DataInput;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantDouble this
        start local 1 // java.io.DataInput file
         0: .line 61
            aload 0 /* this */
            aload 1 /* file */
            invokeinterface java.io.DataInput.readDouble:()D
            invokespecial org.apache.bcel.classfile.ConstantDouble.<init>:(D)V
         1: .line 62
            return
        end local 1 // java.io.DataInput file
        end local 0 // org.apache.bcel.classfile.ConstantDouble this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ConstantDouble;
            0    2     1  file  Ljava/io/DataInput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public void accept(org.apache.bcel.classfile.Visitor);
    descriptor: (Lorg/apache/bcel/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantDouble this
        start local 1 // org.apache.bcel.classfile.Visitor v
         0: .line 74
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface org.apache.bcel.classfile.Visitor.visitConstantDouble:(Lorg/apache/bcel/classfile/ConstantDouble;)V
         1: .line 75
            return
        end local 1 // org.apache.bcel.classfile.Visitor v
        end local 0 // org.apache.bcel.classfile.ConstantDouble this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ConstantDouble;
            0    2     1     v  Lorg/apache/bcel/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantDouble this
        start local 1 // java.io.DataOutputStream file
         0: .line 86
            aload 1 /* file */
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Constant.getTag:()B
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 87
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantDouble.bytes:D
            invokevirtual java.io.DataOutputStream.writeDouble:(D)V
         2: .line 88
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.apache.bcel.classfile.ConstantDouble this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/ConstantDouble;
            0    3     1  file  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public double getBytes();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ConstantDouble this
         0: .line 95
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantDouble.bytes:D
            dreturn
        end local 0 // org.apache.bcel.classfile.ConstantDouble this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/ConstantDouble;

  public void setBytes(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantDouble this
        start local 1 // double bytes
         0: .line 103
            aload 0 /* this */
            dload 1 /* bytes */
            putfield org.apache.bcel.classfile.ConstantDouble.bytes:D
         1: .line 104
            return
        end local 1 // double bytes
        end local 0 // org.apache.bcel.classfile.ConstantDouble this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/bcel/classfile/ConstantDouble;
            0    2     1  bytes  D
    MethodParameters:
       Name  Flags
      bytes  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ConstantDouble this
         0: .line 112
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Constant.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "(bytes = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantDouble.bytes: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 // org.apache.bcel.classfile.ConstantDouble this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/ConstantDouble;

  public java.lang.Object getConstantValue(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantDouble this
        start local 1 // org.apache.bcel.classfile.ConstantPool cp
         0: .line 120
            new java.lang.Double
            dup
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantDouble.bytes:D
            invokespecial java.lang.Double.<init>:(D)V
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantPool cp
        end local 0 // org.apache.bcel.classfile.ConstantDouble this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/ConstantDouble;
            0    1     1    cp  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
      Name  Flags
      cp    final
}
SourceFile: "ConstantDouble.java"