public class net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector extends org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector
  super_class: org.objectweb.asm.MethodVisitor
{
  private final org.objectweb.asm.MethodVisitor methodVisitor;
    descriptor: Lorg/objectweb/asm/MethodVisitor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner this$4;
    descriptor: Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner, org.objectweb.asm.MethodVisitor);
    descriptor: (Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector this
        start local 2 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 7433
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector.this$4:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
         1: .line 7434
            aload 0 /* this */
            getstatic net.bytebuddy.utility.OpenedClassReader.ASM_API:I
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(I)V
         2: .line 7435
            aload 0 /* this */
            aload 2 /* methodVisitor */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
         3: .line 7436
            return
        end local 2 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector;
            0    4     2  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      this$0         final
      methodVisitor  

  public void visitTryCatchBlock(org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String);
    descriptor: (Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector this
        start local 1 // org.objectweb.asm.Label start
        start local 2 // org.objectweb.asm.Label end
        start local 3 // org.objectweb.asm.Label handler
        start local 4 // java.lang.String type
         0: .line 7440
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* start */
            aload 2 /* end */
            aload 3 /* handler */
            aload 4 /* type */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         1: .line 7441
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector.this$4:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.labels:Ljava/util/List;
            iconst_3
            anewarray org.objectweb.asm.Label
            dup
            iconst_0
            aload 1 /* start */
            aastore
            dup
            iconst_1
            aload 2 /* end */
            aastore
            dup
            iconst_2
            aload 3 /* handler */
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 7442
            return
        end local 4 // java.lang.String type
        end local 3 // org.objectweb.asm.Label handler
        end local 2 // org.objectweb.asm.Label end
        end local 1 // org.objectweb.asm.Label start
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector;
            0    3     1    start  Lorg/objectweb/asm/Label;
            0    3     2      end  Lorg/objectweb/asm/Label;
            0    3     3  handler  Lorg/objectweb/asm/Label;
            0    3     4     type  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      start    
      end      
      handler  
      type     

  public org.objectweb.asm.AnnotationVisitor visitTryCatchAnnotation(int, org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector this
        start local 1 // int typeReference
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // boolean visible
         0: .line 7446
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* typeReference */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
        end local 4 // boolean visible
        end local 3 // java.lang.String descriptor
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // int typeReference
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector;
            0    1     1  typeReference  I
            0    1     2       typePath  Lorg/objectweb/asm/TypePath;
            0    1     3     descriptor  Ljava/lang/String;
            0    1     4        visible  Z
    MethodParameters:
               Name  Flags
      typeReference  
      typePath       
      descriptor     
      visible        
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  protected abstract Dispatcher = net.bytebuddy.asm.Advice$Dispatcher of net.bytebuddy.asm.Advice
  public Inlining = net.bytebuddy.asm.Advice$Dispatcher$Inlining of net.bytebuddy.asm.Advice$Dispatcher
  protected abstract Resolved = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved of net.bytebuddy.asm.Advice$Dispatcher$Inlining
  protected AdviceMethodInliner = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved
  protected ExceptionTableCollector = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner