public abstract class net.bytebuddy.build.Plugin$Engine$Listener$Adapter implements net.bytebuddy.build.Plugin$Engine$Listener
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.build.Plugin$Engine$Listener$Adapter
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Adapter this
         0: .line 1494
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Adapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;

  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$Adapter this
        start local 1 // java.lang.String typeName
         0: .line 1501
            return
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Adapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.build.Plugin plugin
         0: .line 1508
            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$Adapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.util.List plugins
         0: .line 1515
            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$Adapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.build.Plugin plugin
         0: .line 1522
            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$Adapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.util.List plugins
         0: .line 1529
            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$Adapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter 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 1536
            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$Adapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.util.List throwables
         0: .line 1543
            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$Adapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // java.util.Map throwables
         0: .line 1550
            return
        end local 1 // java.util.Map throwables
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Adapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // net.bytebuddy.build.Plugin plugin
        start local 2 // java.lang.Throwable throwable
         0: .line 1557
            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$Adapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.description.type.TypeDescription definingType
         0: .line 1564
            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$Adapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 1571
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Adapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // java.lang.String typeName
         0: .line 1578
            return
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Adapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // java.util.jar.Manifest manifest
         0: .line 1585
            return
        end local 1 // java.util.jar.Manifest manifest
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Adapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            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$Adapter this
        start local 1 // java.lang.String name
         0: .line 1592
            return
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Adapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Adapter;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
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 abstract Adapter = net.bytebuddy.build.Plugin$Engine$Listener$Adapter of net.bytebuddy.build.Plugin$Engine$Listener