public final class org.apache.tomcat.util.bcel.classfile.ConstantDouble extends org.apache.tomcat.util.bcel.classfile.Constant
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.tomcat.util.bcel.classfile.ConstantDouble
  super_class: org.apache.tomcat.util.bcel.classfile.Constant
{
  private final double bytes;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_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.tomcat.util.bcel.classfile.ConstantDouble this
        start local 1 // java.io.DataInput file
         0: .line 43
            aload 0 /* this */
            bipush 6
            invokespecial org.apache.tomcat.util.bcel.classfile.Constant.<init>:(B)V
         1: .line 44
            aload 0 /* this */
            aload 1 /* file */
            invokeinterface java.io.DataInput.readDouble:()D
            putfield org.apache.tomcat.util.bcel.classfile.ConstantDouble.bytes:D
         2: .line 45
            return
        end local 1 // java.io.DataInput file
        end local 0 // org.apache.tomcat.util.bcel.classfile.ConstantDouble this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/tomcat/util/bcel/classfile/ConstantDouble;
            0    3     1  file  Ljava/io/DataInput;
    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.tomcat.util.bcel.classfile.ConstantDouble this
         0: .line 52
            aload 0 /* this */
            getfield org.apache.tomcat.util.bcel.classfile.ConstantDouble.bytes:D
            dreturn
        end local 0 // org.apache.tomcat.util.bcel.classfile.ConstantDouble this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/bcel/classfile/ConstantDouble;
}
SourceFile: "ConstantDouble.java"