public class net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler extends net.bytebuddy.build.Plugin$Engine$Listener$Adapter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler
  super_class: net.bytebuddy.build.Plugin$Engine$Listener$Adapter
{
  private final net.bytebuddy.build.Plugin$Engine$ErrorHandler errorHandler;
    descriptor: Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.build.Plugin$Engine$ErrorHandler);
    descriptor: (Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
        start local 1 // net.bytebuddy.build.Plugin$Engine$ErrorHandler errorHandler
         0: .line 1841
            aload 0 /* this */
            invokespecial net.bytebuddy.build.Plugin$Engine$Listener$Adapter.<init>:()V
         1: .line 1842
            aload 0 /* this */
            aload 1 /* errorHandler */
            putfield net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler.errorHandler:Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;
         2: .line 1843
            return
        end local 1 // net.bytebuddy.build.Plugin$Engine$ErrorHandler errorHandler
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lnet/bytebuddy/build/Plugin$Engine$Listener$ForErrorHandler;
            0    3     1  errorHandler  Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;
    MethodParameters:
              Name  Flags
      errorHandler  

  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=4, locals=4, args_size=4
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler 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 1847
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler.errorHandler:Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;
            aload 1 /* typeDescription */
            aload 2 /* plugin */
            aload 3 /* throwable */
            invokeinterface net.bytebuddy.build.Plugin$Engine$ErrorHandler.onError:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/build/Plugin;Ljava/lang/Throwable;)V
         1: .line 1848
            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$ForErrorHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$ForErrorHandler;
            0    2     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    2     2           plugin  Lnet/bytebuddy/build/Plugin;
            0    2     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=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.util.List throwables
         0: .line 1852
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler.errorHandler:Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;
            aload 1 /* typeDescription */
            aload 2 /* throwables */
            invokeinterface net.bytebuddy.build.Plugin$Engine$ErrorHandler.onError:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
         1: .line 1853
            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$ForErrorHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$ForErrorHandler;
            0    2     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    2     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=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
        start local 1 // java.util.Map throwables
         0: .line 1857
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler.errorHandler:Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;
            aload 1 /* throwables */
            invokeinterface net.bytebuddy.build.Plugin$Engine$ErrorHandler.onError:(Ljava/util/Map;)V
         1: .line 1858
            return
        end local 1 // java.util.Map throwables
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lnet/bytebuddy/build/Plugin$Engine$Listener$ForErrorHandler;
            0    2     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=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
        start local 1 // net.bytebuddy.build.Plugin plugin
        start local 2 // java.lang.Throwable throwable
         0: .line 1862
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler.errorHandler:Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;
            aload 1 /* plugin */
            aload 2 /* throwable */
            invokeinterface net.bytebuddy.build.Plugin$Engine$ErrorHandler.onError:(Lnet/bytebuddy/build/Plugin;Ljava/lang/Throwable;)V
         1: .line 1863
            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$ForErrorHandler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lnet/bytebuddy/build/Plugin$Engine$Listener$ForErrorHandler;
            0    2     1     plugin  Lnet/bytebuddy/build/Plugin;
            0    2     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=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.description.type.TypeDescription definingType
         0: .line 1867
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler.errorHandler:Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;
            aload 1 /* typeDescription */
            aload 2 /* definingType */
            invokeinterface net.bytebuddy.build.Plugin$Engine$ErrorHandler.onLiveInitializer:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)V
         1: .line 1868
            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$ForErrorHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$ForErrorHandler;
            0    2     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    2     2     definingType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  
      definingType     

  public void onUnresolved(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
        start local 1 // java.lang.String typeName
         0: .line 1872
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler.errorHandler:Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;
            aload 1 /* typeName */
            invokeinterface net.bytebuddy.build.Plugin$Engine$ErrorHandler.onUnresolved:(Ljava/lang/String;)V
         1: .line 1873
            return
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$ForErrorHandler;
            0    2     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=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
        start local 1 // java.util.jar.Manifest manifest
         0: .line 1877
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler.errorHandler:Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;
            aload 1 /* manifest */
            invokeinterface net.bytebuddy.build.Plugin$Engine$ErrorHandler.onManifest:(Ljava/util/jar/Manifest;)V
         1: .line 1878
            return
        end local 1 // java.util.jar.Manifest manifest
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$ForErrorHandler;
            0    2     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=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
        start local 1 // java.lang.String name
         0: .line 1882
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler.errorHandler:Lnet/bytebuddy/build/Plugin$Engine$ErrorHandler;
            aload 1 /* name */
            invokeinterface net.bytebuddy.build.Plugin$Engine$ErrorHandler.onResource:(Ljava/lang/String;)V
         1: .line 1883
            return
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/build/Plugin$Engine$Listener$ForErrorHandler;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "Plugin.java"
NestHost: net.bytebuddy.build.Plugin
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Engine = net.bytebuddy.build.Plugin$Engine of net.bytebuddy.build.Plugin
  public abstract ErrorHandler = net.bytebuddy.build.Plugin$Engine$ErrorHandler of net.bytebuddy.build.Plugin$Engine
  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
  public ForErrorHandler = net.bytebuddy.build.Plugin$Engine$Listener$ForErrorHandler of net.bytebuddy.build.Plugin$Engine$Listener
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()