public class net.bytebuddy.asm.Advice$ExceptionHandler$Simple implements net.bytebuddy.asm.Advice$ExceptionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$ExceptionHandler$Simple
  super_class: java.lang.Object
{
  private final net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.implementation.bytecode.StackManipulation);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$ExceptionHandler$Simple this
        start local 1 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         0: .line 6063
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 6064
            aload 0 /* this */
            aload 1 /* stackManipulation */
            putfield net.bytebuddy.asm.Advice$ExceptionHandler$Simple.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         2: .line 6065
            return
        end local 1 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 0 // net.bytebuddy.asm.Advice$ExceptionHandler$Simple this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lnet/bytebuddy/asm/Advice$ExceptionHandler$Simple;
            0    3     1  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                   Name  Flags
      stackManipulation  

  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$Simple this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 6071
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$ExceptionHandler$Simple.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            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$Simple this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/Advice$ExceptionHandler$Simple;
            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"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ExceptionHandler = net.bytebuddy.asm.Advice$ExceptionHandler of net.bytebuddy.asm.Advice
  public Simple = net.bytebuddy.asm.Advice$ExceptionHandler$Simple of net.bytebuddy.asm.Advice$ExceptionHandler
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()