public class net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing implements net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing
  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

  protected void <init>(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing this
        start local 1 // net.bytebuddy.description.type.TypeDescription suppressedType
         0: .line 6278
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 6279
            aload 0 /* this */
            aload 1 /* suppressedType */
            putfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing.suppressedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 6280
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription suppressedType
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Suppressing;
            0    3     1  suppressedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                Name  Flags
      suppressedType  

  protected static net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler of(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription suppressedType
         0: .line 6289
            aload 0 /* suppressedType */
            ldc Lnet/bytebuddy/asm/Advice$NoExceptionHandler;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 2
         1: .line 6290
            getstatic net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$NoOp.INSTANCE:Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$NoOp;
            goto 3
         2: .line 6291
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing
            dup
            aload 0 /* suppressedType */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing.<init>:(Lnet/bytebuddy/description/type/TypeDescription;)V
         3: .line 6289
      StackMap locals:
      StackMap stack: net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription suppressedType
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0  suppressedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                Name  Flags
      suppressedType  

  public net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound bind(net.bytebuddy.implementation.bytecode.StackManipulation);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/StackManipulation;)Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing this
        start local 1 // net.bytebuddy.implementation.bytecode.StackManipulation exceptionHandler
         0: .line 6298
            new net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing.suppressedType:Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* exceptionHandler */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing$Bound.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 1 // net.bytebuddy.implementation.bytecode.StackManipulation exceptionHandler
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Suppressing this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Suppressing;
            0    1     1  exceptionHandler  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                  Name  Flags
      exceptionHandler  
}
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 final NoOp = net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$NoOp 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
  private NoExceptionHandler = net.bytebuddy.asm.Advice$NoExceptionHandler of net.bytebuddy.asm.Advice
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()