public final class org.apache.tomcat.util.bcel.classfile.ConstantLong 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.ConstantLong
  super_class: org.apache.tomcat.util.bcel.classfile.Constant
{
  private final long bytes;
    descriptor: J
    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.ConstantLong this
        start local 1 // java.io.DataInput input
         0: .line 43
            aload 0 /* this */
            iconst_5
            invokespecial org.apache.tomcat.util.bcel.classfile.Constant.<init>:(B)V
         1: .line 44
            aload 0 /* this */
            aload 1 /* input */
            invokeinterface java.io.DataInput.readLong:()J
            putfield org.apache.tomcat.util.bcel.classfile.ConstantLong.bytes:J
         2: .line 45
            return
        end local 1 // java.io.DataInput input
        end local 0 // org.apache.tomcat.util.bcel.classfile.ConstantLong this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/tomcat/util/bcel/classfile/ConstantLong;
            0    3     1  input  Ljava/io/DataInput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  final

  public long getBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.bcel.classfile.ConstantLong this
         0: .line 52
            aload 0 /* this */
            getfield org.apache.tomcat.util.bcel.classfile.ConstantLong.bytes:J
            lreturn
        end local 0 // org.apache.tomcat.util.bcel.classfile.ConstantLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/bcel/classfile/ConstantLong;
}
SourceFile: "ConstantLong.java"