class net.bytebuddy.asm.Advice$ExceptionHandler$Default$1 extends net.bytebuddy.asm.Advice$ExceptionHandler$Default
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.Advice$ExceptionHandler$Default$1
  super_class: net.bytebuddy.asm.Advice$ExceptionHandler$Default
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$ExceptionHandler$Default$1 this
         0: .line 6025
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.asm.Advice$ExceptionHandler$Default.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.asm.Advice$ExceptionHandler$Default$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$ExceptionHandler$Default$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.implementation.bytecode.StackManipulation resolve(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$ExceptionHandler$Default$1 this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 6028
            getstatic net.bytebuddy.implementation.bytecode.Removal.SINGLE:Lnet/bytebuddy/implementation/bytecode/Removal;
            areturn
        end local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$ExceptionHandler$Default$1 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/Advice$ExceptionHandler$Default$1;
            0    1     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    1     2    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      instrumentedType    
}
SourceFile: "Advice.java"
EnclosingMethod: net.bytebuddy.asm.Advice$ExceptionHandler$Default
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ExceptionHandler = net.bytebuddy.asm.Advice$ExceptionHandler of net.bytebuddy.asm.Advice
  public abstract Default = net.bytebuddy.asm.Advice$ExceptionHandler$Default of net.bytebuddy.asm.Advice$ExceptionHandler
  net.bytebuddy.asm.Advice$ExceptionHandler$Default$1