public class net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound implements net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription suppressedType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.bytecode.StackManipulation exceptionHandler;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.objectweb.asm.Label startOfMethod;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.objectweb.asm.Label endOfMethod;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.implementation.bytecode.StackManipulation);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound this
        start local 1 // net.bytebuddy.description.type.TypeDescription suppressedType
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation exceptionHandler
         0: .line 6332
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 6333
            aload 0 /* this */
            aload 1 /* suppressedType */
            putfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.suppressedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 6334
            aload 0 /* this */
            aload 2 /* exceptionHandler */
            putfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.exceptionHandler:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         3: .line 6335
            aload 0 /* this */
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            putfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.startOfMethod:Lorg/objectweb/asm/Label;
         4: .line 6336
            aload 0 /* this */
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            putfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.endOfMethod:Lorg/objectweb/asm/Label;
         5: .line 6337
            return
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation exceptionHandler
        end local 1 // net.bytebuddy.description.type.TypeDescription suppressedType
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Suppressing$Bound;
            0    6     1    suppressedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    6     2  exceptionHandler  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                  Name  Flags
      suppressedType    
      exceptionHandler  

  public void onPrepare(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 6343
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.startOfMethod:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.endOfMethod:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.endOfMethod:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.suppressedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getInternalName:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         1: .line 6344
            return
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Suppressing$Bound;
            0    2     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      methodVisitor  

  public void onStart(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 6350
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.startOfMethod:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         1: .line 6351
            return
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Suppressing$Bound;
            0    2     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      methodVisitor  

  public void onEnd(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice, net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice, net.bytebuddy.description.type.TypeDefinition);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;Lnet/bytebuddy/description/type/TypeDefinition;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice methodSizeHandler
        start local 4 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice stackMapFrameHandler
        start local 5 // net.bytebuddy.description.type.TypeDefinition returnType
         0: .line 6361
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.endOfMethod:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         1: .line 6362
            aload 4 /* stackMapFrameHandler */
            aload 1 /* methodVisitor */
            invokeinterface net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice.injectExceptionFrame:(Lorg/objectweb/asm/MethodVisitor;)V
         2: .line 6363
            aload 3 /* methodSizeHandler */
            iconst_1
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.exceptionHandler:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
            invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Size.getMaximalSize:()I
            iadd
            invokeinterface net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice.requireStackSize:(I)V
         3: .line 6364
            aload 5 /* returnType */
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifne 8
         4: .line 6365
            aload 5 /* returnType */
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifne 8
         5: .line 6366
            aload 5 /* returnType */
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifne 8
         6: .line 6367
            aload 5 /* returnType */
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifne 8
         7: .line 6368
            aload 5 /* returnType */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 10
         8: .line 6369
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            iconst_3
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         9: .line 6370
            goto 21
      StackMap locals:
      StackMap stack:
        10: aload 5 /* returnType */
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 13
        11: .line 6371
            aload 1 /* methodVisitor */
            bipush 9
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        12: .line 6372
            goto 21
      StackMap locals:
      StackMap stack:
        13: aload 5 /* returnType */
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 16
        14: .line 6373
            aload 1 /* methodVisitor */
            bipush 11
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        15: .line 6374
            goto 21
      StackMap locals:
      StackMap stack:
        16: aload 5 /* returnType */
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 19
        17: .line 6375
            aload 1 /* methodVisitor */
            bipush 14
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        18: .line 6376
            goto 21
      StackMap locals:
      StackMap stack:
        19: aload 5 /* returnType */
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifne 21
        20: .line 6377
            aload 1 /* methodVisitor */
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        21: .line 6379
      StackMap locals:
      StackMap stack:
            return
        end local 5 // net.bytebuddy.description.type.TypeDefinition returnType
        end local 4 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice stackMapFrameHandler
        end local 3 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice methodSizeHandler
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   22     0                   this  Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Suppressing$Bound;
            0   22     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   22     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   22     3      methodSizeHandler  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;
            0   22     4   stackMapFrameHandler  Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;
            0   22     5             returnType  Lnet/bytebuddy/description/type/TypeDefinition;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      methodSizeHandler      
      stackMapFrameHandler   
      returnType             

  public void onEndWithSkip(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice, net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice, net.bytebuddy.description.type.TypeDefinition);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;Lnet/bytebuddy/description/type/TypeDefinition;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice methodSizeHandler
        start local 4 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice stackMapFrameHandler
        start local 5 // net.bytebuddy.description.type.TypeDefinition returnType
         0: .line 6389
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 6 /* skipExceptionHandler */
        start local 6 // org.objectweb.asm.Label skipExceptionHandler
         1: .line 6390
            aload 1 /* methodVisitor */
            sipush 167
            aload 6 /* skipExceptionHandler */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         2: .line 6391
            aload 0 /* this */
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            aload 3 /* methodSizeHandler */
            aload 4 /* stackMapFrameHandler */
            aload 5 /* returnType */
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.onEnd:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;Lnet/bytebuddy/description/type/TypeDefinition;)V
         3: .line 6392
            aload 1 /* methodVisitor */
            aload 6 /* skipExceptionHandler */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         4: .line 6393
            aload 4 /* stackMapFrameHandler */
            aload 1 /* methodVisitor */
            invokeinterface net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice.injectReturnFrame:(Lorg/objectweb/asm/MethodVisitor;)V
         5: .line 6394
            return
        end local 6 // org.objectweb.asm.Label skipExceptionHandler
        end local 5 // net.bytebuddy.description.type.TypeDefinition returnType
        end local 4 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice stackMapFrameHandler
        end local 3 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice methodSizeHandler
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    6     0                   this  Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Suppressing$Bound;
            0    6     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    6     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    6     3      methodSizeHandler  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;
            0    6     4   stackMapFrameHandler  Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;
            0    6     5             returnType  Lnet/bytebuddy/description/type/TypeDefinition;
            1    6     6   skipExceptionHandler  Lorg/objectweb/asm/Label;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      methodSizeHandler      
      stackMapFrameHandler   
      returnType             
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  protected abstract Dispatcher = net.bytebuddy.asm.Advice$Dispatcher of net.bytebuddy.asm.Advice
  public abstract SuppressionHandler = net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler of net.bytebuddy.asm.Advice$Dispatcher
  public abstract Bound = net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound of net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler
  public Suppressing = net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing of net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler
  protected Bound = net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound of net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing
  protected abstract MethodSizeHandler = net.bytebuddy.asm.Advice$MethodSizeHandler of net.bytebuddy.asm.Advice
  public abstract ForAdvice = net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice of net.bytebuddy.asm.Advice$MethodSizeHandler
  protected abstract StackMapFrameHandler = net.bytebuddy.asm.Advice$StackMapFrameHandler of net.bytebuddy.asm.Advice
  public abstract ForAdvice = net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice of net.bytebuddy.asm.Advice$StackMapFrameHandler
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation