public class net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor 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$ExceptionTableSubstitutor
  super_class: org.objectweb.asm.MethodVisitor
{
  private final java.util.Map<org.objectweb.asm.Label, org.objectweb.asm.Label> substitutions;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;>;

  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  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=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
        start local 2 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 7473
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.this$4:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
         1: .line 7474
            aload 0 /* this */
            getstatic net.bytebuddy.utility.OpenedClassReader.ASM_API:I
            aload 2 /* methodVisitor */
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(ILorg/objectweb/asm/MethodVisitor;)V
         2: .line 7475
            aload 0 /* this */
            new java.util.IdentityHashMap
            dup
            invokespecial java.util.IdentityHashMap.<init>:()V
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.substitutions:Ljava/util/Map;
         3: .line 7476
            return
        end local 2 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor;
            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=7, locals=6, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor 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 7480
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.substitutions:Ljava/util/Map;
            aload 1 /* start */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.this$4:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.labels:Ljava/util/List;
            aload 0 /* this */
            dup
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.index:I
            dup_x1
            iconst_1
            iadd
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.index:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.Label
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 7481
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.substitutions:Ljava/util/Map;
            aload 2 /* end */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.this$4:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.labels:Ljava/util/List;
            aload 0 /* this */
            dup
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.index:I
            dup_x1
            iconst_1
            iadd
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.index:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.Label
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 7482
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.this$4:Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner;
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.labels:Ljava/util/List;
            aload 0 /* this */
            dup
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.index:I
            dup_x1
            iconst_1
            iadd
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.index:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.Label
            astore 5 /* actualHandler */
        start local 5 // org.objectweb.asm.Label actualHandler
         3: .line 7483
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.substitutions:Ljava/util/Map;
            aload 3 /* handler */
            aload 5 /* actualHandler */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 7484
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.mv:Lorg/objectweb/asm/MethodVisitor;
            checkcast net.bytebuddy.asm.Advice$Dispatcher$Inlining$CodeTranslationVisitor
            aload 5 /* actualHandler */
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Inlining$CodeTranslationVisitor.propagateHandler:(Lorg/objectweb/asm/Label;)V
         5: .line 7485
            return
        end local 5 // org.objectweb.asm.Label actualHandler
        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$ExceptionTableSubstitutor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor;
            0    6     1          start  Lorg/objectweb/asm/Label;
            0    6     2            end  Lorg/objectweb/asm/Label;
            0    6     3        handler  Lorg/objectweb/asm/Label;
            0    6     4           type  Ljava/lang/String;
            3    6     5  actualHandler  Lorg/objectweb/asm/Label;
    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=1, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor 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 7489
            getstatic net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.IGNORE_ANNOTATION: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$ExceptionTableSubstitutor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor;
            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        

  public void visitLabel(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
        start local 1 // org.objectweb.asm.Label label
         0: .line 7494
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* label */
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.resolve:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            invokespecial org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         1: .line 7495
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor;
            0    2     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  

  public void visitJumpInsn(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.Label label
         0: .line 7499
            aload 0 /* this */
            iload 1 /* opcode */
            aload 0 /* this */
            aload 2 /* label */
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.resolve:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            invokespecial org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         1: .line 7500
            return
        end local 2 // org.objectweb.asm.Label label
        end local 1 // int opcode
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor;
            0    2     1  opcode  I
            0    2     2   label  Lorg/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      opcode  
      label   

  public void visitTableSwitchInsn(int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]);
    descriptor: (IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
        start local 1 // int minimum
        start local 2 // int maximum
        start local 3 // org.objectweb.asm.Label defaultOption
        start local 4 // org.objectweb.asm.Label[] label
         0: .line 7504
            aload 0 /* this */
            iload 1 /* minimum */
            iload 2 /* maximum */
            aload 3 /* defaultOption */
            aload 0 /* this */
            aload 4 /* label */
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.resolve:([Lorg/objectweb/asm/Label;)[Lorg/objectweb/asm/Label;
            invokespecial org.objectweb.asm.MethodVisitor.visitTableSwitchInsn:(IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
         1: .line 7505
            return
        end local 4 // org.objectweb.asm.Label[] label
        end local 3 // org.objectweb.asm.Label defaultOption
        end local 2 // int maximum
        end local 1 // int minimum
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor;
            0    2     1        minimum  I
            0    2     2        maximum  I
            0    2     3  defaultOption  Lorg/objectweb/asm/Label;
            0    2     4          label  [Lorg/objectweb/asm/Label;
    MethodParameters:
               Name  Flags
      minimum        
      maximum        
      defaultOption  
      label          

  public void visitLookupSwitchInsn(org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]);
    descriptor: (Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
        start local 1 // org.objectweb.asm.Label defaultOption
        start local 2 // int[] keys
        start local 3 // org.objectweb.asm.Label[] label
         0: .line 7509
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* defaultOption */
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.resolve:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            aload 2 /* keys */
            aload 0 /* this */
            aload 3 /* label */
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.resolve:([Lorg/objectweb/asm/Label;)[Lorg/objectweb/asm/Label;
            invokespecial org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
         1: .line 7510
            return
        end local 3 // org.objectweb.asm.Label[] label
        end local 2 // int[] keys
        end local 1 // org.objectweb.asm.Label defaultOption
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor;
            0    2     1  defaultOption  Lorg/objectweb/asm/Label;
            0    2     2           keys  [I
            0    2     3          label  [Lorg/objectweb/asm/Label;
    MethodParameters:
               Name  Flags
      defaultOption  
      keys           
      label          

  private org.objectweb.asm.Label[] resolve(org.objectweb.asm.Label[]);
    descriptor: ([Lorg/objectweb/asm/Label;)[Lorg/objectweb/asm/Label;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
        start local 1 // org.objectweb.asm.Label[] label
         0: .line 7519
            aload 1 /* label */
            arraylength
            anewarray org.objectweb.asm.Label
            astore 2 /* resolved */
        start local 2 // org.objectweb.asm.Label[] resolved
         1: .line 7520
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         2: .line 7521
            aload 1 /* label */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 6
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor org.objectweb.asm.Label[] org.objectweb.asm.Label[] int top int int org.objectweb.asm.Label[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* aLabel */
        start local 4 // org.objectweb.asm.Label aLabel
         4: .line 7522
            aload 2 /* resolved */
            iload 3 /* index */
            iinc 3 /* index */ 1
            aload 0 /* this */
            aload 4 /* aLabel */
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.resolve:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            aastore
        end local 4 // org.objectweb.asm.Label aLabel
         5: .line 7521
            iinc 5 1
      StackMap locals:
      StackMap stack:
         6: iload 5
            iload 6
            if_icmplt 3
         7: .line 7524
            aload 2 /* resolved */
            areturn
        end local 3 // int index
        end local 2 // org.objectweb.asm.Label[] resolved
        end local 1 // org.objectweb.asm.Label[] label
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor;
            0    8     1     label  [Lorg/objectweb/asm/Label;
            1    8     2  resolved  [Lorg/objectweb/asm/Label;
            2    8     3     index  I
            4    5     4    aLabel  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  

  private org.objectweb.asm.Label resolve(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
        start local 1 // org.objectweb.asm.Label label
         0: .line 7534
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor.substitutions:Ljava/util/Map;
            aload 1 /* label */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.objectweb.asm.Label
            astore 2 /* substitution */
        start local 2 // org.objectweb.asm.Label substitution
         1: .line 7535
            aload 2 /* substitution */
            ifnonnull 3
         2: .line 7536
            aload 1 /* label */
            goto 4
         3: .line 7537
      StackMap locals: org.objectweb.asm.Label
      StackMap stack:
            aload 2 /* substitution */
         4: .line 7535
      StackMap locals:
      StackMap stack: org.objectweb.asm.Label
            areturn
        end local 2 // org.objectweb.asm.Label substitution
        end local 1 // org.objectweb.asm.Label label
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor;
            0    5     1         label  Lorg/objectweb/asm/Label;
            1    5     2  substitution  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  
}
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 CodeTranslationVisitor = net.bytebuddy.asm.Advice$Dispatcher$Inlining$CodeTranslationVisitor of net.bytebuddy.asm.Advice$Dispatcher$Inlining
  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 ExceptionTableSubstitutor = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner$ExceptionTableSubstitutor of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner