public class net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit$WithExceptionHandler extends net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit$WithExceptionHandler
  super_class: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit
{
  private final net.bytebuddy.description.type.TypeDescription throwable;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape, java.util.Map<java.lang.String, net.bytebuddy.description.type.TypeDefinition>, java.util.List<? extends net.bytebuddy.asm.Advice$OffsetMapping$Factory<?>>, org.objectweb.asm.ClassReader, net.bytebuddy.description.type.TypeDefinition, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lorg/objectweb/asm/ClassReader;Lnet/bytebuddy/description/type/TypeDefinition;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit$WithExceptionHandler this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        start local 2 // java.util.Map namedTypes
        start local 3 // java.util.List userFactories
        start local 4 // org.objectweb.asm.ClassReader classReader
        start local 5 // net.bytebuddy.description.type.TypeDefinition enterType
        start local 6 // net.bytebuddy.description.type.TypeDescription throwable
         0: .line 8035
            aload 0 /* this */
            aload 1 /* adviceMethod */
            aload 2 /* namedTypes */
            aload 3 /* userFactories */
            aload 4 /* classReader */
            aload 5 /* enterType */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lorg/objectweb/asm/ClassReader;Lnet/bytebuddy/description/type/TypeDefinition;)V
         1: .line 8036
            aload 0 /* this */
            aload 6 /* throwable */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit$WithExceptionHandler.throwable:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 8037
            return
        end local 6 // net.bytebuddy.description.type.TypeDescription throwable
        end local 5 // net.bytebuddy.description.type.TypeDefinition enterType
        end local 4 // org.objectweb.asm.ClassReader classReader
        end local 3 // java.util.List userFactories
        end local 2 // java.util.Map namedTypes
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit$WithExceptionHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$ForMethodExit$WithExceptionHandler;
            0    3     1   adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0    3     2     namedTypes  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            0    3     3  userFactories  Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;
            0    3     4    classReader  Lorg/objectweb/asm/ClassReader;
            0    3     5      enterType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    3     6      throwable  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;Lorg/objectweb/asm/ClassReader;Lnet/bytebuddy/description/type/TypeDefinition;Lnet/bytebuddy/description/type/TypeDescription;)V
    MethodParameters:
               Name  Flags
      adviceMethod   
      namedTypes     
      userFactories  
      classReader    
      enterType      
      throwable      

  public net.bytebuddy.description.type.TypeDescription getThrowable();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit$WithExceptionHandler this
         0: .line 8043
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit$WithExceptionHandler.throwable:Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit$WithExceptionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$ForMethodExit$WithExceptionHandler;
}
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 abstract ForMethodExit = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved
  protected WithExceptionHandler = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit$WithExceptionHandler of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract Factory = net.bytebuddy.asm.Advice$OffsetMapping$Factory of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()