public final class sun.tools.asm.CatchData
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.tools.asm.CatchData
  super_class: java.lang.Object
{
  java.lang.Object type;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  sun.tools.asm.Label label;
    descriptor: Lsun/tools/asm/Label;
    flags: (0x0000) 

  void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.tools.asm.CatchData this
        start local 1 // java.lang.Object type
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 1 /* type */
            putfield sun.tools.asm.CatchData.type:Ljava/lang/Object;
         2: .line 46
            aload 0 /* this */
            new sun.tools.asm.Label
            dup
            invokespecial sun.tools.asm.Label.<init>:()V
            putfield sun.tools.asm.CatchData.label:Lsun/tools/asm/Label;
         3: .line 47
            return
        end local 1 // java.lang.Object type
        end local 0 // sun.tools.asm.CatchData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/tools/asm/CatchData;
            0    4     1  type  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      type  

  public sun.tools.asm.Label getLabel();
    descriptor: ()Lsun/tools/asm/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.asm.CatchData this
         0: .line 53
            aload 0 /* this */
            getfield sun.tools.asm.CatchData.label:Lsun/tools/asm/Label;
            areturn
        end local 0 // sun.tools.asm.CatchData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/asm/CatchData;

  public java.lang.Object getType();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.asm.CatchData this
         0: .line 60
            aload 0 /* this */
            getfield sun.tools.asm.CatchData.type:Ljava/lang/Object;
            areturn
        end local 0 // sun.tools.asm.CatchData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/asm/CatchData;
}
SourceFile: "CatchData.java"