public class sun.tools.asm.Cover
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.tools.asm.Cover
  super_class: java.lang.Object
{
  public int Type;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public long Addr;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public int NumCommand;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>(int, long, int);
    descriptor: (IJI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // sun.tools.asm.Cover this
        start local 1 // int type
        start local 2 // long addr
        start local 4 // int command
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            iload 1 /* type */
            putfield sun.tools.asm.Cover.Type:I
         2: .line 43
            aload 0 /* this */
            lload 2 /* addr */
            putfield sun.tools.asm.Cover.Addr:J
         3: .line 44
            aload 0 /* this */
            iload 4 /* command */
            putfield sun.tools.asm.Cover.NumCommand:I
         4: .line 45
            return
        end local 4 // int command
        end local 2 // long addr
        end local 1 // int type
        end local 0 // sun.tools.asm.Cover this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/tools/asm/Cover;
            0    5     1     type  I
            0    5     2     addr  J
            0    5     4  command  I
    MethodParameters:
         Name  Flags
      type     
      addr     
      command  
}
SourceFile: "Cover.java"