public final class net.bytebuddy.build.Plugin$Engine$Listener$NoOp extends java.lang.Enum<net.bytebuddy.build.Plugin$Engine$Listener$NoOp> implements net.bytebuddy.build.Plugin$Engine$Listener
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.build.Plugin$Engine$Listener$NoOp
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.build.Plugin$Engine$Listener$NoOp INSTANCE;
    descriptor: Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.build.Plugin$Engine$Listener$NoOp[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 1387
            new net.bytebuddy.build.Plugin$Engine$Listener$NoOp
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.build.Plugin$Engine$Listener$NoOp.<init>:(Ljava/lang/String;I)V
         1: .line 1390
            putstatic net.bytebuddy.build.Plugin$Engine$Listener$NoOp.INSTANCE:Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
         2: .line 1385
            iconst_1
            anewarray net.bytebuddy.build.Plugin$Engine$Listener$NoOp
            dup
            iconst_0
            getstatic net.bytebuddy.build.Plugin$Engine$Listener$NoOp.INSTANCE:Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            aastore
            putstatic net.bytebuddy.build.Plugin$Engine$Listener$NoOp.ENUM$VALUES:[Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
         0: .line 1385
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public void onDiscovery(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // java.lang.String typeName
         0: .line 1397
            return
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  typeName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      typeName  

  public void onTransformation(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.build.Plugin);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/build/Plugin;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.build.Plugin plugin
         0: .line 1404
            return
        end local 2 // net.bytebuddy.build.Plugin plugin
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2           plugin  Lnet/bytebuddy/build/Plugin;
    MethodParameters:
                 Name  Flags
      typeDescription  
      plugin           

  public void onTransformation(net.bytebuddy.description.type.TypeDescription, java.util.List<net.bytebuddy.build.Plugin>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.util.List plugins
         0: .line 1411
            return
        end local 2 // java.util.List plugins
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2          plugins  Ljava/util/List<Lnet/bytebuddy/build/Plugin;>;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<Lnet/bytebuddy/build/Plugin;>;)V
    MethodParameters:
                 Name  Flags
      typeDescription  
      plugins          

  public void onIgnored(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.build.Plugin);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/build/Plugin;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.build.Plugin plugin
         0: .line 1418
            return
        end local 2 // net.bytebuddy.build.Plugin plugin
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2           plugin  Lnet/bytebuddy/build/Plugin;
    MethodParameters:
                 Name  Flags
      typeDescription  
      plugin           

  public void onIgnored(net.bytebuddy.description.type.TypeDescription, java.util.List<net.bytebuddy.build.Plugin>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.util.List plugins
         0: .line 1425
            return
        end local 2 // java.util.List plugins
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2          plugins  Ljava/util/List<Lnet/bytebuddy/build/Plugin;>;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<Lnet/bytebuddy/build/Plugin;>;)V
    MethodParameters:
                 Name  Flags
      typeDescription  
      plugins          

  public void onError(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.build.Plugin, java.lang.Throwable);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/build/Plugin;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.build.Plugin plugin
        start local 3 // java.lang.Throwable throwable
         0: .line 1432
            return
        end local 3 // java.lang.Throwable throwable
        end local 2 // net.bytebuddy.build.Plugin plugin
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2           plugin  Lnet/bytebuddy/build/Plugin;
            0    1     3        throwable  Ljava/lang/Throwable;
    MethodParameters:
                 Name  Flags
      typeDescription  
      plugin           
      throwable        

  public void onError(net.bytebuddy.description.type.TypeDescription, java.util.List<java.lang.Throwable>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.util.List throwables
         0: .line 1439
            return
        end local 2 // java.util.List throwables
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2       throwables  Ljava/util/List<Ljava/lang/Throwable;>;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<Ljava/lang/Throwable;>;)V
    MethodParameters:
                 Name  Flags
      typeDescription  
      throwables       

  public void onError(java.util.Map<net.bytebuddy.description.type.TypeDescription, java.util.List<java.lang.Throwable>>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // java.util.Map throwables
         0: .line 1446
            return
        end local 1 // java.util.Map throwables
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  throwables  Ljava/util/Map<Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<Ljava/lang/Throwable;>;>;
    Signature: (Ljava/util/Map<Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<Ljava/lang/Throwable;>;>;)V
    MethodParameters:
            Name  Flags
      throwables  

  public void onError(net.bytebuddy.build.Plugin, java.lang.Throwable);
    descriptor: (Lnet/bytebuddy/build/Plugin;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // net.bytebuddy.build.Plugin plugin
        start local 2 // java.lang.Throwable throwable
         0: .line 1453
            return
        end local 2 // java.lang.Throwable throwable
        end local 1 // net.bytebuddy.build.Plugin plugin
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1     plugin  Lnet/bytebuddy/build/Plugin;
            0    1     2  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      plugin     
      throwable  

  public void onLiveInitializer(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.description.type.TypeDescription definingType
         0: .line 1460
            return
        end local 2 // net.bytebuddy.description.type.TypeDescription definingType
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2     definingType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  
      definingType     

  public void onComplete(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 1467
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public void onUnresolved(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // java.lang.String typeName
         0: .line 1474
            return
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  typeName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      typeName  

  public void onManifest(java.util.jar.Manifest);
    descriptor: (Ljava/util/jar/Manifest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // java.util.jar.Manifest manifest
         0: .line 1481
            return
        end local 1 // java.util.jar.Manifest manifest
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  manifest  Ljava/util/jar/Manifest;
    MethodParameters:
          Name  Flags
      manifest  

  public void onResource(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
        start local 1 // java.lang.String name
         0: .line 1488
            return
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public static net.bytebuddy.build.Plugin$Engine$Listener$NoOp[] values();
    descriptor: ()[Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.build.Plugin$Engine$Listener$NoOp.ENUM$VALUES:[Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.build.Plugin$Engine$Listener$NoOp
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.build.Plugin$Engine$Listener$NoOp valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener$NoOp
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/build/Plugin$Engine$Listener$NoOp;>;Lnet/bytebuddy/build/Plugin$Engine$Listener;
SourceFile: "Plugin.java"
NestHost: net.bytebuddy.build.Plugin
InnerClasses:
  public abstract Engine = net.bytebuddy.build.Plugin$Engine of net.bytebuddy.build.Plugin
  public abstract Listener = net.bytebuddy.build.Plugin$Engine$Listener of net.bytebuddy.build.Plugin$Engine
  public final NoOp = net.bytebuddy.build.Plugin$Engine$Listener$NoOp of net.bytebuddy.build.Plugin$Engine$Listener