public class net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor extends org.objectweb.asm.ClassVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor
  super_class: org.objectweb.asm.ClassVisitor
{
  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);
    descriptor: (Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor this
         0: .line 7405
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor.this$4:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
         1: .line 7406
            aload 0 /* this */
            getstatic net.bytebuddy.utility.OpenedClassReader.ASM_API:I
            invokespecial org.objectweb.asm.ClassVisitor.<init>:(I)V
         2: .line 7407
            return
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.objectweb.asm.MethodVisitor visitMethod(int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor this
        start local 1 // int modifiers
        start local 2 // java.lang.String internalName
        start local 3 // java.lang.String descriptor
        start local 4 // java.lang.String signature
        start local 5 // java.lang.String[] exception
         0: .line 7411
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor.this$4:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
            invokestatic net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.access$0:(Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;)Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getInternalName:()Ljava/lang/String;
            aload 2 /* internalName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor.this$4:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
            invokestatic net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.access$0:(Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;)Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDescriptor:()Ljava/lang/String;
            aload 3 /* descriptor */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 7412
            new net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor.this$4:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor.this$4:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.methodVisitor:Lorg/objectweb/asm/MethodVisitor;
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableCollector.<init>:(Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;Lorg/objectweb/asm/MethodVisitor;)V
            goto 3
         2: .line 7413
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.IGNORE_METHOD:Lorg/objectweb/asm/MethodVisitor;
         3: .line 7411
      StackMap locals:
      StackMap stack: org.objectweb.asm.MethodVisitor
            areturn
        end local 5 // java.lang.String[] exception
        end local 4 // java.lang.String signature
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String internalName
        end local 1 // int modifiers
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor;
            0    4     1     modifiers  I
            0    4     2  internalName  Ljava/lang/String;
            0    4     3    descriptor  Ljava/lang/String;
            0    4     4     signature  Ljava/lang/String;
            0    4     5     exception  [Ljava/lang/String;
    MethodParameters:
              Name  Flags
      modifiers     
      internalName  
      descriptor    
      signature     
      exception     
}
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
  protected ExceptionTableExtractor = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableExtractor of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription